Html Css Color HEX #AB882D Reef Gold

📋 copy color: '#AB882D'

red 171 ◦ green 136 ◦ blue 45

#AB882D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #AB882D

Tints of Reef Gold #AB882D

RGB

 RED value IS 171 (67.19% from 255) = 48.58%

 GREEN value IS 136 (53.52% from 255) = 38.64%

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 48.58%
G = 38.64%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB882D (or 0xAB882D) is known color: Reef Gold. HEX triplet: AB, 88 and 2D. RGB value is (171,136,45). Sum of RGB (Red+Green+Blue) = 171+136+45=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB882D is #5477D2. Grayscale: #888888. Windows color (decimal): -5535699 or 2984107. OLE color: 2984107.

HSL color Cylindrical-coordinate representation of color #AB882D: hue angle of 43.33º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB882D is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 136 45 -
CMYK 0 0.20 0.74 0.33
HSL 43.33º 0.58% 0.42% -
HSV(B) 43.33º 0.74% 0.67% -
XYZ 26.07 26.46 6.21 -
YUV 136.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 171 136 45 0 0.20 0.74 0.33 43.33 0.58 0.42
Hex AB 88 2D 0 14 4A 21 2B 3A 2A
Octal 253 210 55 0 24 112 41 53 72 52
Binary 10101011 10001000 101101 0 10100 1001010 100001 101011 111010 101010

Color Harmonies of #AB882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB882D

Black with #AB882D

Text Example


Text Example

White with #AB882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB882D; }

 p { color: rgb(171,136,45); }

 H1.HeaderClassName
 {
   color: #AB882D;
 }
 .AnyTagClassName
 {
   color: #AB882D;
 }
</style>

background-color css

<style>
 a { background-color: #AB882D; }

 a { background-color: rgb(171,136,45); }

 div.DivClassName
 {
   background-color: #AB882D;
 }
 .BgClassName
 {
   background-color: #AB882D;
 }
</style>

border-color css

<style>
 span { border-color: #AB882D; }

 span { border-color: rgb(171,136,45); }

 td.TdClassName
 {
   border-color: #AB882D;
 }
 .TagClassName
 {
   border-color: #AB882D;
 }
</style>