Html Css Color HEX #A68C16 Lucky

📋 copy color: '#A68C16'

red 166 ◦ green 140 ◦ blue 22

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

Shades of Lucky #A68C16

Tints of Lucky #A68C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.68%

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 50.61%
G = 42.68%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A68C16 (or 0xA68C16) is known color: Lucky. HEX triplet: A6, 8C and 16. RGB value is (166,140,22). Sum of RGB (Red+Green+Blue) = 166+140+22=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C16 is #5973E9. Grayscale: #868686. Windows color (decimal): -5862378 or 1477798. OLE color: 1477798.

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

Color convert

RGB 166 140 22 -
CMYK 0 0.16 0.87 0.35
HSL 49.17º 0.77% 0.37% -
HSV(B) 49.17º 0.87% 0.65% -
XYZ 25.25 26.92 4.62 -
YUV 134.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 166 140 22 0 0.16 0.87 0.35 49.17 0.77 0.37
Hex A6 8C 16 0 10 57 23 31 4D 25
Octal 246 214 26 0 20 127 43 61 115 45
Binary 10100110 10001100 10110 0 10000 1010111 100011 110001 1001101 100101

Color Harmonies of #A68C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C16

Black with #A68C16

Text Example


Text Example

White with #A68C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C16; }

 p { color: rgb(166,140,22); }

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

background-color css

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

 a { background-color: rgb(166,140,22); }

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

border-color css

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

 span { border-color: rgb(166,140,22); }

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