Html Css Color HEX #A68E0C Lucky

📋 copy color: '#A68E0C'

red 166 ◦ green 142 ◦ blue 12

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

Shades of Lucky #A68E0C

Tints of Lucky #A68E0C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.38%

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

R = 51.88%
G = 44.38%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A68E0C (or 0xA68E0C) is known color: Lucky. HEX triplet: A6, 8E and 0C. RGB value is (166,142,12). Sum of RGB (Red+Green+Blue) = 166+142+12=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68E0C is #5971F3. Grayscale: #868686. Windows color (decimal): -5861876 or 822950. OLE color: 822950.

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

Color convert

RGB 166 142 12 -
CMYK 0 0.14 0.93 0.35
HSL 50.65º 0.87% 0.35% -
HSV(B) 50.65º 0.93% 0.65% -
XYZ 25.47 27.48 4.31 -
YUV 134.36 58.95 150.57 -
System Red Green Blue C M Y K H S L
Decimal 166 142 12 0 0.14 0.93 0.35 50.65 0.87 0.35
Hex A6 8E C 0 E 5D 23 33 57 23
Octal 246 216 14 0 16 135 43 63 127 43
Binary 10100110 10001110 1100 0 1110 1011101 100011 110011 1010111 100011

Color Harmonies of #A68E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E0C

Black with #A68E0C

Text Example


Text Example

White with #A68E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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