Html Css Color HEX #A68E1C Lucky

📋 copy color: '#A68E1C'

red 166 ◦ green 142 ◦ blue 28

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

Shades of Lucky #A68E1C

Tints of Lucky #A68E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.33%

R = 49.4%
G = 42.26%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A68E1C (or 0xA68E1C) is known color: Lucky. HEX triplet: A6, 8E and 1C. RGB value is (166,142,28). Sum of RGB (Red+Green+Blue) = 166+142+28=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E1C is #5971E3. Grayscale: #888888. Windows color (decimal): -5861860 or 1871526. OLE color: 1871526.

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

Color convert

RGB 166 142 28 -
CMYK 0 0.14 0.83 0.35
HSL 49.57º 0.71% 0.38% -
HSV(B) 49.57º 0.83% 0.65% -
XYZ 25.61 27.54 5.06 -
YUV 136.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 166 142 28 0 0.14 0.83 0.35 49.57 0.71 0.38
Hex A6 8E 1C 0 E 53 23 32 47 26
Octal 246 216 34 0 16 123 43 62 107 46
Binary 10100110 10001110 11100 0 1110 1010011 100011 110010 1000111 100110

Color Harmonies of #A68E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E1C

Black with #A68E1C

Text Example


Text Example

White with #A68E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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