Html Css Color HEX #A69525 Lucky

📋 copy color: '#A69525'

red 166 ◦ green 149 ◦ blue 37

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

Shades of Lucky #A69525

Tints of Lucky #A69525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 47.16%
G = 42.33%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A69525 (or 0xA69525) is known color: Lucky. HEX triplet: A6, 95 and 25. RGB value is (166,149,37). Sum of RGB (Red+Green+Blue) = 166+149+37=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A69525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69525 is #596ADA. Grayscale: #8D8D8D. Windows color (decimal): -5860059 or 2463142. OLE color: 2463142.

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

Color convert

RGB 166 149 37 -
CMYK 0 0.10 0.78 0.35
HSL 52.09º 0.64% 0.4% -
HSV(B) 52.09º 0.78% 0.65% -
XYZ 26.81 29.74 6.08 -
YUV 141.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 166 149 37 0 0.10 0.78 0.35 52.09 0.64 0.4
Hex A6 95 25 0 A 4E 23 34 40 28
Octal 246 225 45 0 12 116 43 64 100 50
Binary 10100110 10010101 100101 0 1010 1001110 100011 110100 1000000 101000

Color Harmonies of #A69525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69525

Black with #A69525

Text Example


Text Example

White with #A69525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69525; }

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

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

background-color css

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

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

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

border-color css

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

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

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