Html Css Color HEX #A69818 Lucky

📋 copy color: '#A69818'

red 166 ◦ green 152 ◦ blue 24

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

Shades of Lucky #A69818

Tints of Lucky #A69818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 48.54%
G = 44.44%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A69818 (or 0xA69818) is known color: Lucky. HEX triplet: A6, 98 and 18. RGB value is (166,152,24). Sum of RGB (Red+Green+Blue) = 166+152+24=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A69818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69818 is #5967E7. Grayscale: #8E8E8E. Windows color (decimal): -5859304 or 1611942. OLE color: 1611942.

HSL color Cylindrical-coordinate representation of color #A69818: hue angle of 54.08º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A69818 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 152 24 -
CMYK 0 0.08 0.86 0.35
HSL 54.08º 0.75% 0.37% -
HSV(B) 54.08º 0.86% 0.65% -
XYZ 27.12 30.63 5.35 -
YUV 141.59 61.64 145.41 -
System Red Green Blue C M Y K H S L
Decimal 166 152 24 0 0.08 0.86 0.35 54.08 0.75 0.37
Hex A6 98 18 0 8 56 23 36 4B 25
Octal 246 230 30 0 10 126 43 66 113 45
Binary 10100110 10011000 11000 0 1000 1010110 100011 110110 1001011 100101

Color Harmonies of #A69818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69818

Black with #A69818

Text Example


Text Example

White with #A69818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69818; }

 p { color: rgb(166,152,24); }

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

background-color css

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

 a { background-color: rgb(166,152,24); }

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

border-color css

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

 span { border-color: rgb(166,152,24); }

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