Html Css Color HEX #A69B15 Lucky

📋 copy color: '#A69B15'

red 166 ◦ green 155 ◦ blue 21

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

Shades of Lucky #A69B15

Tints of Lucky #A69B15

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.32%

 BLUE value IS 21 (8.59% from 255) = 6.14%

R = 48.54%
G = 45.32%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A69B15 (or 0xA69B15) is known color: Lucky. HEX triplet: A6, 9B and 15. RGB value is (166,155,21). Sum of RGB (Red+Green+Blue) = 166+155+21=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69B15 is #5964EA. Grayscale: #8F8F8F. Windows color (decimal): -5858539 or 1416102. OLE color: 1416102.

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

Color convert

RGB 166 155 21 -
CMYK 0 0.07 0.87 0.35
HSL 55.45º 0.78% 0.37% -
HSV(B) 55.45º 0.87% 0.65% -
XYZ 27.58 31.6 5.36 -
YUV 143.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 166 155 21 0 0.07 0.87 0.35 55.45 0.78 0.37
Hex A6 9B 15 0 7 57 23 37 4E 25
Octal 246 233 25 0 7 127 43 67 116 45
Binary 10100110 10011011 10101 0 111 1010111 100011 110111 1001110 100101

Color Harmonies of #A69B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69B15

Black with #A69B15

Text Example


Text Example

White with #A69B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69B15; }

 p { color: rgb(166,155,21); }

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

background-color css

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

 a { background-color: rgb(166,155,21); }

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

border-color css

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

 span { border-color: rgb(166,155,21); }

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