Html Css Color HEX #A69C0E Lucky

📋 copy color: '#A69C0E'

red 166 ◦ green 156 ◦ blue 14

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

Shades of Lucky #A69C0E

Tints of Lucky #A69C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.17%

R = 49.4%
G = 46.43%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A69C0E (or 0xA69C0E) is known color: Lucky. HEX triplet: A6, 9C and 0E. RGB value is (166,156,14). Sum of RGB (Red+Green+Blue) = 166+156+14=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69C0E is #5963F1. Grayscale: #8F8F8F. Windows color (decimal): -5858290 or 957606. OLE color: 957606.

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

Color convert

RGB 166 156 14 -
CMYK 0 0.06 0.92 0.35
HSL 56.05º 0.84% 0.35% -
HSV(B) 56.05º 0.92% 0.65% -
XYZ 27.69 31.92 5.12 -
YUV 142.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 166 156 14 0 0.06 0.92 0.35 56.05 0.84 0.35
Hex A6 9C E 0 6 5C 23 38 54 23
Octal 246 234 16 0 6 134 43 70 124 43
Binary 10100110 10011100 1110 0 110 1011100 100011 111000 1010100 100011

Color Harmonies of #A69C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C0E

Black with #A69C0E

Text Example


Text Example

White with #A69C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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