Html Css Color HEX #A68C10 Lucky

📋 copy color: '#A68C10'

red 166 ◦ green 140 ◦ blue 16

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

Shades of Lucky #A68C10

Tints of Lucky #A68C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 51.55%
G = 43.48%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A68C10 (or 0xA68C10) is known color: Lucky. HEX triplet: A6, 8C and 10. RGB value is (166,140,16). Sum of RGB (Red+Green+Blue) = 166+140+16=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C10 is #5973EF. Grayscale: #868686. Windows color (decimal): -5862384 or 1084582. OLE color: 1084582.

HSL color Cylindrical-coordinate representation of color #A68C10: hue angle of 49.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A68C10 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 140 16 -
CMYK 0 0.16 0.90 0.35
HSL 49.6º 0.82% 0.36% -
HSV(B) 49.6º 0.9% 0.65% -
XYZ 25.2 26.9 4.35 -
YUV 133.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 166 140 16 0 0.16 0.90 0.35 49.6 0.82 0.36
Hex A6 8C 10 0 10 5A 23 32 52 24
Octal 246 214 20 0 20 132 43 62 122 44
Binary 10100110 10001100 10000 0 10000 1011010 100011 110010 1010010 100100

Color Harmonies of #A68C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C10

Black with #A68C10

Text Example


Text Example

White with #A68C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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