Html Css Color HEX #A09725 Lucky

📋 copy color: '#A09725'

red 160 ◦ green 151 ◦ blue 37

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

Shades of Lucky #A09725

Tints of Lucky #A09725

RGB

 RED value IS 160 (62.89% from 255) = 45.98%

 GREEN value IS 151 (59.38% from 255) = 43.39%

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

R = 45.98%
G = 43.39%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A09725 (or 0xA09725) is known color: Lucky. HEX triplet: A0, 97 and 25. RGB value is (160,151,37). Sum of RGB (Red+Green+Blue) = 160+151+37=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A09725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09725 is #5F68DA. Grayscale: #8D8D8D. Windows color (decimal): -6252763 or 2463648. OLE color: 2463648.

HSL color Cylindrical-coordinate representation of color #A09725: hue angle of 55.61º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A09725 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 37 -
CMYK 0 0.06 0.77 0.37
HSL 55.61º 0.62% 0.39% -
HSV(B) 55.61º 0.77% 0.63% -
XYZ 25.9 29.74 6.13 -
YUV 140.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 160 151 37 0 0.06 0.77 0.37 55.61 0.62 0.39
Hex A0 97 25 0 6 4D 25 38 3E 27
Octal 240 227 45 0 6 115 45 70 76 47
Binary 10100000 10010111 100101 0 110 1001101 100101 111000 111110 100111

Color Harmonies of #A09725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09725

Black with #A09725

Text Example


Text Example

White with #A09725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09725; }

 p { color: rgb(160,151,37); }

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

background-color css

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

 a { background-color: rgb(160,151,37); }

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

border-color css

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

 span { border-color: rgb(160,151,37); }

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