Html Css Color HEX #A89A31 Reef Gold

📋 copy color: '#A89A31'

red 168 ◦ green 154 ◦ blue 49

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

Shades of Reef Gold #A89A31

Tints of Reef Gold #A89A31

RGB

 RED value IS 168 (66.02% from 255) = 45.28%

 GREEN value IS 154 (60.55% from 255) = 41.51%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 45.28%
G = 41.51%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A89A31 (or 0xA89A31) is known color: Reef Gold. HEX triplet: A8, 9A and 31. RGB value is (168,154,49). Sum of RGB (Red+Green+Blue) = 168+154+49=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A31 is #5765CE. Grayscale: #929292. Windows color (decimal): -5727695 or 3250856. OLE color: 3250856.

HSL color Cylindrical-coordinate representation of color #A89A31: hue angle of 52.94º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89A31 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 154 49 -
CMYK 0 0.08 0.71 0.34
HSL 52.94º 0.55% 0.43% -
HSV(B) 52.94º 0.71% 0.66% -
XYZ 28.26 31.66 7.53 -
YUV 146.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 168 154 49 0 0.08 0.71 0.34 52.94 0.55 0.43
Hex A8 9A 31 0 8 47 22 35 37 2B
Octal 250 232 61 0 10 107 42 65 67 53
Binary 10101000 10011010 110001 0 1000 1000111 100010 110101 110111 101011

Color Harmonies of #A89A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89A31

Black with #A89A31

Text Example


Text Example

White with #A89A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89A31; }

 p { color: rgb(168,154,49); }

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

background-color css

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

 a { background-color: rgb(168,154,49); }

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

border-color css

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

 span { border-color: rgb(168,154,49); }

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