Html Css Color HEX #A89032 Reef Gold

📋 copy color: '#A89032'

red 168 ◦ green 144 ◦ blue 50

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

Shades of Reef Gold #A89032

Tints of Reef Gold #A89032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 46.41%
G = 39.78%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A89032 (or 0xA89032) is known color: Reef Gold. HEX triplet: A8, 90 and 32. RGB value is (168,144,50). Sum of RGB (Red+Green+Blue) = 168+144+50=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A89032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89032 is #576FCD. Grayscale: #8C8C8C. Windows color (decimal): -5730254 or 3313832. OLE color: 3313832.

HSL color Cylindrical-coordinate representation of color #A89032: hue angle of 47.8º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A89032 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 144 50 -
CMYK 0 0.14 0.70 0.34
HSL 47.8º 0.54% 0.43% -
HSV(B) 47.8º 0.7% 0.66% -
XYZ 26.7 28.5 7.11 -
YUV 140.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 168 144 50 0 0.14 0.70 0.34 47.8 0.54 0.43
Hex A8 90 32 0 E 46 22 30 36 2B
Octal 250 220 62 0 16 106 42 60 66 53
Binary 10101000 10010000 110010 0 1110 1000110 100010 110000 110110 101011

Color Harmonies of #A89032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89032

Black with #A89032

Text Example


Text Example

White with #A89032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89032; }

 p { color: rgb(168,144,50); }

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

background-color css

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

 a { background-color: rgb(168,144,50); }

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

border-color css

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

 span { border-color: rgb(168,144,50); }

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