Html Css Color HEX #A68E12 Lucky

📋 copy color: '#A68E12'

red 166 ◦ green 142 ◦ blue 18

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

Shades of Lucky #A68E12

Tints of Lucky #A68E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 50.92%
G = 43.56%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A68E12 (or 0xA68E12) is known color: Lucky. HEX triplet: A6, 8E and 12. RGB value is (166,142,18). Sum of RGB (Red+Green+Blue) = 166+142+18=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68E12 is #5971ED. Grayscale: #878787. Windows color (decimal): -5861870 or 1216166. OLE color: 1216166.

HSL color Cylindrical-coordinate representation of color #A68E12: hue angle of 50.27º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A68E12 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 142 18 -
CMYK 0 0.14 0.89 0.35
HSL 50.27º 0.8% 0.36% -
HSV(B) 50.27º 0.89% 0.65% -
XYZ 25.51 27.5 4.54 -
YUV 135.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 166 142 18 0 0.14 0.89 0.35 50.27 0.8 0.36
Hex A6 8E 12 0 E 59 23 32 50 24
Octal 246 216 22 0 16 131 43 62 120 44
Binary 10100110 10001110 10010 0 1110 1011001 100011 110010 1010000 100100

Color Harmonies of #A68E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E12

Black with #A68E12

Text Example


Text Example

White with #A68E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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