Html Css Color HEX #A89A2F Reef Gold

📋 copy color: '#A89A2F'

red 168 ◦ green 154 ◦ blue 47

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

Shades of Reef Gold #A89A2F

Tints of Reef Gold #A89A2F

RGB

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

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

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

R = 45.53%
G = 41.73%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A89A2F (or 0xA89A2F) is known color: Reef Gold. HEX triplet: A8, 9A and 2F. RGB value is (168,154,47). Sum of RGB (Red+Green+Blue) = 168+154+47=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A2F is #5765D0. Grayscale: #929292. Windows color (decimal): -5727697 or 3119784. OLE color: 3119784.

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

Color convert

RGB 168 154 47 -
CMYK 0 0.08 0.72 0.34
HSL 53.06º 0.56% 0.42% -
HSV(B) 53.06º 0.72% 0.66% -
XYZ 28.22 31.64 7.31 -
YUV 145.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 168 154 47 0 0.08 0.72 0.34 53.06 0.56 0.42
Hex A8 9A 2F 0 8 48 22 35 38 2A
Octal 250 232 57 0 10 110 42 65 70 52
Binary 10101000 10011010 101111 0 1000 1001000 100010 110101 111000 101010

Color Harmonies of #A89A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89A2F

Black with #A89A2F

Text Example


Text Example

White with #A89A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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