Html Css Color HEX #A89934 Reef Gold

📋 copy color: '#A89934'

red 168 ◦ green 153 ◦ blue 52

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

Shades of Reef Gold #A89934

Tints of Reef Gold #A89934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

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

R = 45.04%
G = 41.02%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A89934 (or 0xA89934) is known color: Reef Gold. HEX triplet: A8, 99 and 34. RGB value is (168,153,52). Sum of RGB (Red+Green+Blue) = 168+153+52=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A89934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89934 is #5766CB. Grayscale: #929292. Windows color (decimal): -5727948 or 3447208. OLE color: 3447208.

HSL color Cylindrical-coordinate representation of color #A89934: hue angle of 52.24º 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 #A89934 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 153 52 -
CMYK 0 0.09 0.69 0.34
HSL 52.24º 0.53% 0.43% -
HSV(B) 52.24º 0.69% 0.66% -
XYZ 28.16 31.36 7.82 -
YUV 145.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 168 153 52 0 0.09 0.69 0.34 52.24 0.53 0.43
Hex A8 99 34 0 9 45 22 34 35 2B
Octal 250 231 64 0 11 105 42 64 65 53
Binary 10101000 10011001 110100 0 1001 1000101 100010 110100 110101 101011

Color Harmonies of #A89934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89934

Black with #A89934

Text Example


Text Example

White with #A89934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89934; }

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

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

background-color css

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

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

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

border-color css

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

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

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