Html Css Color HEX #A69C0C Lucky

📋 copy color: '#A69C0C'

red 166 ◦ green 156 ◦ blue 12

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

Shades of Lucky #A69C0C

Tints of Lucky #A69C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 49.7%
G = 46.71%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A69C0C (or 0xA69C0C) is known color: Lucky. HEX triplet: A6, 9C and 0C. RGB value is (166,156,12). Sum of RGB (Red+Green+Blue) = 166+156+12=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69C0C is #5963F3. Grayscale: #8F8F8F. Windows color (decimal): -5858292 or 826534. OLE color: 826534.

HSL color Cylindrical-coordinate representation of color #A69C0C: hue angle of 56.1º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A69C0C is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 156 12 -
CMYK 0 0.06 0.93 0.35
HSL 56.1º 0.87% 0.35% -
HSV(B) 56.1º 0.93% 0.65% -
XYZ 27.68 31.91 5.05 -
YUV 142.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 166 156 12 0 0.06 0.93 0.35 56.1 0.87 0.35
Hex A6 9C C 0 6 5D 23 38 57 23
Octal 246 234 14 0 6 135 43 70 127 43
Binary 10100110 10011100 1100 0 110 1011101 100011 111000 1010111 100011

Color Harmonies of #A69C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C0C

Black with #A69C0C

Text Example


Text Example

White with #A69C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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