Html Css Color HEX #AB902F Reef Gold

📋 copy color: '#AB902F'

red 171 ◦ green 144 ◦ blue 47

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

Shades of Reef Gold #AB902F

Tints of Reef Gold #AB902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

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

R = 47.24%
G = 39.78%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB902F (or 0xAB902F) is known color: Reef Gold. HEX triplet: AB, 90 and 2F. RGB value is (171,144,47). Sum of RGB (Red+Green+Blue) = 171+144+47=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB902F is #546FD0. Grayscale: #8D8D8D. Windows color (decimal): -5533649 or 3117227. OLE color: 3117227.

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

Color convert

RGB 171 144 47 -
CMYK 0 0.16 0.73 0.33
HSL 46.94º 0.57% 0.43% -
HSV(B) 46.94º 0.73% 0.67% -
XYZ 27.28 28.81 6.81 -
YUV 141.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 171 144 47 0 0.16 0.73 0.33 46.94 0.57 0.43
Hex AB 90 2F 0 10 49 21 2F 39 2B
Octal 253 220 57 0 20 111 41 57 71 53
Binary 10101011 10010000 101111 0 10000 1001001 100001 101111 111001 101011

Color Harmonies of #AB902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB902F

Black with #AB902F

Text Example


Text Example

White with #AB902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB902F; }

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

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

background-color css

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

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

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

border-color css

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

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

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