Html Css Color HEX #AB8D34 Reef Gold

📋 copy color: '#AB8D34'

red 171 ◦ green 141 ◦ blue 52

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

Shades of Reef Gold #AB8D34

Tints of Reef Gold #AB8D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.29%

R = 46.98%
G = 38.74%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB8D34 (or 0xAB8D34) is known color: Reef Gold. HEX triplet: AB, 8D and 34. RGB value is (171,141,52). Sum of RGB (Red+Green+Blue) = 171+141+52=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D34 is #5472CB. Grayscale: #8C8C8C. Windows color (decimal): -5534412 or 3444139. OLE color: 3444139.

HSL color Cylindrical-coordinate representation of color #AB8D34: hue angle of 44.87º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB8D34 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 141 52 -
CMYK 0 0.18 0.70 0.33
HSL 44.87º 0.53% 0.44% -
HSV(B) 44.87º 0.7% 0.67% -
XYZ 26.94 27.96 7.22 -
YUV 139.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 171 141 52 0 0.18 0.70 0.33 44.87 0.53 0.44
Hex AB 8D 34 0 12 46 21 2D 35 2C
Octal 253 215 64 0 22 106 41 55 65 54
Binary 10101011 10001101 110100 0 10010 1000110 100001 101101 110101 101100

Color Harmonies of #AB8D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D34

Black with #AB8D34

Text Example


Text Example

White with #AB8D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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