Html Css Color HEX #AB872C Reef Gold

📋 copy color: '#AB872C'

red 171 ◦ green 135 ◦ blue 44

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

Shades of Reef Gold #AB872C

Tints of Reef Gold #AB872C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 48.86%
G = 38.57%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB872C (or 0xAB872C) is known color: Reef Gold. HEX triplet: AB, 87 and 2C. RGB value is (171,135,44). Sum of RGB (Red+Green+Blue) = 171+135+44=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB872C is #5478D3. Grayscale: #878787. Windows color (decimal): -5535956 or 2918315. OLE color: 2918315.

HSL color Cylindrical-coordinate representation of color #AB872C: hue angle of 42.99º degrees, saturation: 0.59, 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 #AB872C is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 135 44 -
CMYK 0 0.21 0.74 0.33
HSL 42.99º 0.59% 0.42% -
HSV(B) 42.99º 0.74% 0.67% -
XYZ 25.91 26.17 6.07 -
YUV 135.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 171 135 44 0 0.21 0.74 0.33 42.99 0.59 0.42
Hex AB 87 2C 0 15 4A 21 2B 3B 2A
Octal 253 207 54 0 25 112 41 53 73 52
Binary 10101011 10000111 101100 0 10101 1001010 100001 101011 111011 101010

Color Harmonies of #AB872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB872C

Black with #AB872C

Text Example


Text Example

White with #AB872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB872C; }

 p { color: rgb(171,135,44); }

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

background-color css

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

 a { background-color: rgb(171,135,44); }

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

border-color css

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

 span { border-color: rgb(171,135,44); }

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