Html Css Color HEX #AB8A2F Reef Gold

📋 copy color: '#AB8A2F'

red 171 ◦ green 138 ◦ blue 47

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

Shades of Reef Gold #AB8A2F

Tints of Reef Gold #AB8A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 48.03%
G = 38.76%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB8A2F (or 0xAB8A2F) is known color: Reef Gold. HEX triplet: AB, 8A and 2F. RGB value is (171,138,47). Sum of RGB (Red+Green+Blue) = 171+138+47=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A2F is #5475D0. Grayscale: #898989. Windows color (decimal): -5535185 or 3115691. OLE color: 3115691.

HSL color Cylindrical-coordinate representation of color #AB8A2F: hue angle of 44.03º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB8A2F is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 138 47 -
CMYK 0 0.19 0.73 0.33
HSL 44.03º 0.57% 0.43% -
HSV(B) 44.03º 0.73% 0.67% -
XYZ 26.4 27.04 6.52 -
YUV 137.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 171 138 47 0 0.19 0.73 0.33 44.03 0.57 0.43
Hex AB 8A 2F 0 13 49 21 2C 39 2B
Octal 253 212 57 0 23 111 41 54 71 53
Binary 10101011 10001010 101111 0 10011 1001001 100001 101100 111001 101011

Color Harmonies of #AB8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8A2F

Black with #AB8A2F

Text Example


Text Example

White with #AB8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8A2F; }

 p { color: rgb(171,138,47); }

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

background-color css

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

 a { background-color: rgb(171,138,47); }

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

border-color css

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

 span { border-color: rgb(171,138,47); }

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