Html Css Color HEX #A69501 Lucky

📋 copy color: '#A69501'

red 166 ◦ green 149 ◦ blue 1

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

Shades of Lucky #A69501

Tints of Lucky #A69501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 52.53%
G = 47.15%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A69501 (or 0xA69501) is known color: Lucky. HEX triplet: A6, 95 and 01. RGB value is (166,149,1). Sum of RGB (Red+Green+Blue) = 166+149+1=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A69501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69501 is #596AFE. Grayscale: #898989. Windows color (decimal): -5860095 or 103846. OLE color: 103846.

HSL color Cylindrical-coordinate representation of color #A69501: hue angle of 53.82º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A69501 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 149 1 -
CMYK 0 0.10 0.99 0.35
HSL 53.82º 0.99% 0.33% -
HSV(B) 53.82º 0.99% 0.65% -
XYZ 26.48 29.6 4.35 -
YUV 137.21 51.13 148.53 -
System Red Green Blue C M Y K H S L
Decimal 166 149 1 0 0.10 0.99 0.35 53.82 0.99 0.33
Hex A6 95 1 0 A 63 23 36 63 21
Octal 246 225 1 0 12 143 43 66 143 41
Binary 10100110 10010101 1 0 1010 1100011 100011 110110 1100011 100001

Color Harmonies of #A69501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69501

Black with #A69501

Text Example


Text Example

White with #A69501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69501; }

 p { color: rgb(166,149,1); }

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

background-color css

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

 a { background-color: rgb(166,149,1); }

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

border-color css

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

 span { border-color: rgb(166,149,1); }

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