Html Css Color HEX #AB902C Reef Gold

📋 copy color: '#AB902C'

red 171 ◦ green 144 ◦ blue 44

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

Shades of Reef Gold #AB902C

Tints of Reef Gold #AB902C

RGB

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

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

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

R = 47.63%
G = 40.11%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB902C (or 0xAB902C) is known color: Reef Gold. HEX triplet: AB, 90 and 2C. RGB value is (171,144,44). Sum of RGB (Red+Green+Blue) = 171+144+44=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB902C is #546FD3. Grayscale: #8D8D8D. Windows color (decimal): -5533652 or 2920619. OLE color: 2920619.

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

Color convert

RGB 171 144 44 -
CMYK 0 0.16 0.74 0.33
HSL 47.24º 0.59% 0.42% -
HSV(B) 47.24º 0.74% 0.67% -
XYZ 27.22 28.79 6.5 -
YUV 140.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 171 144 44 0 0.16 0.74 0.33 47.24 0.59 0.42
Hex AB 90 2C 0 10 4A 21 2F 3B 2A
Octal 253 220 54 0 20 112 41 57 73 52
Binary 10101011 10010000 101100 0 10000 1001010 100001 101111 111011 101010

Color Harmonies of #AB902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB902C

Black with #AB902C

Text Example


Text Example

White with #AB902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB902C; }

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

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

background-color css

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

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

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

border-color css

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

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

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