Html Css Color HEX #A69E1A Lucky

📋 copy color: '#A69E1A'

red 166 ◦ green 158 ◦ blue 26

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

Shades of Lucky #A69E1A

Tints of Lucky #A69E1A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.14%

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

R = 47.43%
G = 45.14%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A69E1A (or 0xA69E1A) is known color: Lucky. HEX triplet: A6, 9E and 1A. RGB value is (166,158,26). Sum of RGB (Red+Green+Blue) = 166+158+26=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69E1A is #5961E5. Grayscale: #919191. Windows color (decimal): -5857766 or 1744550. OLE color: 1744550.

HSL color Cylindrical-coordinate representation of color #A69E1A: hue angle of 56.57º 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 #A69E1A is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 158 26 -
CMYK 0 0.05 0.84 0.35
HSL 56.57º 0.73% 0.38% -
HSV(B) 56.57º 0.84% 0.65% -
XYZ 28.14 32.64 5.79 -
YUV 145.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 166 158 26 0 0.05 0.84 0.35 56.57 0.73 0.38
Hex A6 9E 1A 0 5 54 23 39 49 26
Octal 246 236 32 0 5 124 43 71 111 46
Binary 10100110 10011110 11010 0 101 1010100 100011 111001 1001001 100110

Color Harmonies of #A69E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69E1A

Black with #A69E1A

Text Example


Text Example

White with #A69E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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