Html Css Color HEX #AB8934 Reef Gold

📋 copy color: '#AB8934'

red 171 ◦ green 137 ◦ blue 52

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

Shades of Reef Gold #AB8934

Tints of Reef Gold #AB8934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

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

R = 47.5%
G = 38.06%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB8934 (or 0xAB8934) is known color: Reef Gold. HEX triplet: AB, 89 and 34. RGB value is (171,137,52). Sum of RGB (Red+Green+Blue) = 171+137+52=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8934 is #5476CB. Grayscale: #898989. Windows color (decimal): -5535436 or 3443115. OLE color: 3443115.

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

Color convert

RGB 171 137 52 -
CMYK 0 0.20 0.70 0.33
HSL 42.86º 0.53% 0.44% -
HSV(B) 42.86º 0.7% 0.67% -
XYZ 26.36 26.8 7.03 -
YUV 137.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 171 137 52 0 0.20 0.70 0.33 42.86 0.53 0.44
Hex AB 89 34 0 14 46 21 2B 35 2C
Octal 253 211 64 0 24 106 41 53 65 54
Binary 10101011 10001001 110100 0 10100 1000110 100001 101011 110101 101100

Color Harmonies of #AB8934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8934

Black with #AB8934

Text Example


Text Example

White with #AB8934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8934; }

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

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

background-color css

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

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

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

border-color css

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

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

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