Html Css Color HEX #A69925 Lucky

📋 copy color: '#A69925'

red 166 ◦ green 153 ◦ blue 37

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

Shades of Lucky #A69925

Tints of Lucky #A69925

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

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

R = 46.63%
G = 42.98%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A69925 (or 0xA69925) is known color: Lucky. HEX triplet: A6, 99 and 25. RGB value is (166,153,37). Sum of RGB (Red+Green+Blue) = 166+153+37=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A69925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69925 is #5966DA. Grayscale: #909090. Windows color (decimal): -5859035 or 2464166. OLE color: 2464166.

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

Color convert

RGB 166 153 37 -
CMYK 0 0.08 0.78 0.35
HSL 53.95º 0.64% 0.4% -
HSV(B) 53.95º 0.78% 0.65% -
XYZ 27.45 31.02 6.29 -
YUV 143.66 67.81 143.93 -
System Red Green Blue C M Y K H S L
Decimal 166 153 37 0 0.08 0.78 0.35 53.95 0.64 0.4
Hex A6 99 25 0 8 4E 23 36 40 28
Octal 246 231 45 0 10 116 43 66 100 50
Binary 10100110 10011001 100101 0 1000 1001110 100011 110110 1000000 101000

Color Harmonies of #A69925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69925

Black with #A69925

Text Example


Text Example

White with #A69925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69925; }

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

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

background-color css

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

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

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

border-color css

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

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

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