Html Css Color HEX #A89034 Reef Gold

📋 copy color: '#A89034'

red 168 ◦ green 144 ◦ blue 52

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

Shades of Reef Gold #A89034

Tints of Reef Gold #A89034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.29%

R = 46.15%
G = 39.56%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A89034 (or 0xA89034) is known color: Reef Gold. HEX triplet: A8, 90 and 34. RGB value is (168,144,52). Sum of RGB (Red+Green+Blue) = 168+144+52=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A89034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89034 is #576FCB. Grayscale: #8D8D8D. Windows color (decimal): -5730252 or 3444904. OLE color: 3444904.

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

Color convert

RGB 168 144 52 -
CMYK 0 0.14 0.69 0.34
HSL 47.59º 0.53% 0.43% -
HSV(B) 47.59º 0.69% 0.66% -
XYZ 26.74 28.52 7.34 -
YUV 140.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 168 144 52 0 0.14 0.69 0.34 47.59 0.53 0.43
Hex A8 90 34 0 E 45 22 30 35 2B
Octal 250 220 64 0 16 105 42 60 65 53
Binary 10101000 10010000 110100 0 1110 1000101 100010 110000 110101 101011

Color Harmonies of #A89034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89034

Black with #A89034

Text Example


Text Example

White with #A89034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89034; }

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

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

background-color css

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

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

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

border-color css

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

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

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