Html Css Color HEX #A68E1A Lucky

📋 copy color: '#A68E1A'

red 166 ◦ green 142 ◦ blue 26

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

Shades of Lucky #A68E1A

Tints of Lucky #A68E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 49.7%
G = 42.51%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A68E1A (or 0xA68E1A) is known color: Lucky. HEX triplet: A6, 8E and 1A. RGB value is (166,142,26). Sum of RGB (Red+Green+Blue) = 166+142+26=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E1A is #5971E5. Grayscale: #888888. Windows color (decimal): -5861862 or 1740454. OLE color: 1740454.

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

Color convert

RGB 166 142 26 -
CMYK 0 0.14 0.84 0.35
HSL 49.71º 0.73% 0.38% -
HSV(B) 49.71º 0.84% 0.65% -
XYZ 25.59 27.53 4.94 -
YUV 135.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 166 142 26 0 0.14 0.84 0.35 49.71 0.73 0.38
Hex A6 8E 1A 0 E 54 23 32 49 26
Octal 246 216 32 0 16 124 43 62 111 46
Binary 10100110 10001110 11010 0 1110 1010100 100011 110010 1001001 100110

Color Harmonies of #A68E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E1A

Black with #A68E1A

Text Example


Text Example

White with #A68E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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