Html Css Color HEX #A69D25 Lucky

📋 copy color: '#A69D25'

red 166 ◦ green 157 ◦ blue 37

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

Shades of Lucky #A69D25

Tints of Lucky #A69D25

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.61%

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

R = 46.11%
G = 43.61%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A69D25 (or 0xA69D25) is known color: Lucky. HEX triplet: A6, 9D and 25. RGB value is (166,157,37). Sum of RGB (Red+Green+Blue) = 166+157+37=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69D25 is #5962DA. Grayscale: #929292. Windows color (decimal): -5858011 or 2465190. OLE color: 2465190.

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

Color convert

RGB 166 157 37 -
CMYK 0 0.05 0.78 0.35
HSL 55.81º 0.64% 0.4% -
HSV(B) 55.81º 0.78% 0.65% -
XYZ 28.12 32.35 6.51 -
YUV 146.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 166 157 37 0 0.05 0.78 0.35 55.81 0.64 0.4
Hex A6 9D 25 0 5 4E 23 38 40 28
Octal 246 235 45 0 5 116 43 70 100 50
Binary 10100110 10011101 100101 0 101 1001110 100011 111000 1000000 101000

Color Harmonies of #A69D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69D25

Black with #A69D25

Text Example


Text Example

White with #A69D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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