Html Css Color HEX #A89033 Reef Gold

📋 copy color: '#A89033'

red 168 ◦ green 144 ◦ blue 51

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

Shades of Reef Gold #A89033

Tints of Reef Gold #A89033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.05%

R = 46.28%
G = 39.67%
B = 14.05%

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

#A89033 (or 0xA89033) is known color: Reef Gold. HEX triplet: A8, 90 and 33. RGB value is (168,144,51). Sum of RGB (Red+Green+Blue) = 168+144+51=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A89033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89033 is #576FCC. Grayscale: #8C8C8C. Windows color (decimal): -5730253 or 3379368. OLE color: 3379368.

HSL color Cylindrical-coordinate representation of color #A89033: hue angle of 47.69º degrees, saturation: 0.53, 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 #A89033 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 144 51 -
CMYK 0 0.14 0.70 0.34
HSL 47.69º 0.53% 0.43% -
HSV(B) 47.69º 0.7% 0.66% -
XYZ 26.72 28.51 7.23 -
YUV 140.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 168 144 51 0 0.14 0.70 0.34 47.69 0.53 0.43
Hex A8 90 33 0 E 46 22 30 35 2B
Octal 250 220 63 0 16 106 42 60 65 53
Binary 10101000 10010000 110011 0 1110 1000110 100010 110000 110101 101011

Color Harmonies of #A89033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89033

Black with #A89033

Text Example


Text Example

White with #A89033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89033; }

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

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

background-color css

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

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

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

border-color css

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

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

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