Html Css Color HEX #A69C34 Reef Gold

📋 copy color: '#A69C34'

red 166 ◦ green 156 ◦ blue 52

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

Shades of Reef Gold #A69C34

Tints of Reef Gold #A69C34

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.71%

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

R = 44.39%
G = 41.71%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A69C34 (or 0xA69C34) is known color: Reef Gold. HEX triplet: A6, 9C and 34. RGB value is (166,156,52). Sum of RGB (Red+Green+Blue) = 166+156+52=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C34 is #5963CB. Grayscale: #939393. Windows color (decimal): -5858252 or 3447974. OLE color: 3447974.

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

Color convert

RGB 166 156 52 -
CMYK 0 0.06 0.69 0.35
HSL 54.74º 0.52% 0.43% -
HSV(B) 54.74º 0.69% 0.65% -
XYZ 28.23 32.13 7.96 -
YUV 147.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 166 156 52 0 0.06 0.69 0.35 54.74 0.52 0.43
Hex A6 9C 34 0 6 45 23 37 34 2B
Octal 246 234 64 0 6 105 43 67 64 53
Binary 10100110 10011100 110100 0 110 1000101 100011 110111 110100 101011

Color Harmonies of #A69C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C34

Black with #A69C34

Text Example


Text Example

White with #A69C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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