Html Css Color HEX #AB8D2C Reef Gold

📋 copy color: '#AB8D2C'

red 171 ◦ green 141 ◦ blue 44

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

Shades of Reef Gold #AB8D2C

Tints of Reef Gold #AB8D2C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.61%

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

R = 48.03%
G = 39.61%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB8D2C (or 0xAB8D2C) is known color: Reef Gold. HEX triplet: AB, 8D and 2C. RGB value is (171,141,44). Sum of RGB (Red+Green+Blue) = 171+141+44=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D2C is #5472D3. Grayscale: #8B8B8B. Windows color (decimal): -5534420 or 2919851. OLE color: 2919851.

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

Color convert

RGB 171 141 44 -
CMYK 0 0.18 0.74 0.33
HSL 45.83º 0.59% 0.42% -
HSV(B) 45.83º 0.74% 0.67% -
XYZ 26.77 27.89 6.35 -
YUV 138.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 171 141 44 0 0.18 0.74 0.33 45.83 0.59 0.42
Hex AB 8D 2C 0 12 4A 21 2E 3B 2A
Octal 253 215 54 0 22 112 41 56 73 52
Binary 10101011 10001101 101100 0 10010 1001010 100001 101110 111011 101010

Color Harmonies of #AB8D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D2C

Black with #AB8D2C

Text Example


Text Example

White with #AB8D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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