Html Css Color HEX #A9902C Reef Gold

📋 copy color: '#A9902C'

red 169 ◦ green 144 ◦ blue 44

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

Shades of Reef Gold #A9902C

Tints of Reef Gold #A9902C

RGB

 RED value IS 169 (66.41% from 255) = 47.34%

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

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

R = 47.34%
G = 40.34%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A9902C (or 0xA9902C) is known color: Reef Gold. HEX triplet: A9, 90 and 2C. RGB value is (169,144,44). Sum of RGB (Red+Green+Blue) = 169+144+44=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9902C is #566FD3. Grayscale: #8C8C8C. Windows color (decimal): -5664724 or 2920617. OLE color: 2920617.

HSL color Cylindrical-coordinate representation of color #A9902C: hue angle of 48º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9902C is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 144 44 -
CMYK 0 0.15 0.74 0.34
HSL 48º 0.59% 0.42% -
HSV(B) 48º 0.74% 0.66% -
XYZ 26.79 28.56 6.48 -
YUV 140.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 169 144 44 0 0.15 0.74 0.34 48 0.59 0.42
Hex A9 90 2C 0 F 4A 22 30 3B 2A
Octal 251 220 54 0 17 112 42 60 73 52
Binary 10101001 10010000 101100 0 1111 1001010 100010 110000 111011 101010

Color Harmonies of #A9902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9902C

Black with #A9902C

Text Example


Text Example

White with #A9902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9902C; }

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

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

background-color css

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

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

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

border-color css

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

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

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