Html Css Color HEX #A69934 Reef Gold

📋 copy color: '#A69934'

red 166 ◦ green 153 ◦ blue 52

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

Shades of Reef Gold #A69934

Tints of Reef Gold #A69934

RGB

 RED value IS 166 (65.23% from 255) = 44.74%

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

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

R = 44.74%
G = 41.24%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A69934 (or 0xA69934) is known color: Reef Gold. HEX triplet: A6, 99 and 34. RGB value is (166,153,52). Sum of RGB (Red+Green+Blue) = 166+153+52=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A69934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69934 is #5966CB. Grayscale: #919191. Windows color (decimal): -5859020 or 3447206. OLE color: 3447206.

HSL color Cylindrical-coordinate representation of color #A69934: hue angle of 53.16º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A69934 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 52 -
CMYK 0 0.08 0.69 0.35
HSL 53.16º 0.52% 0.43% -
HSV(B) 53.16º 0.69% 0.65% -
XYZ 27.74 31.14 7.8 -
YUV 145.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 166 153 52 0 0.08 0.69 0.35 53.16 0.52 0.43
Hex A6 99 34 0 8 45 23 35 34 2B
Octal 246 231 64 0 10 105 43 65 64 53
Binary 10100110 10011001 110100 0 1000 1000101 100011 110101 110100 101011

Color Harmonies of #A69934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69934

Black with #A69934

Text Example


Text Example

White with #A69934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69934; }

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

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

background-color css

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

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

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

border-color css

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

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

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