Html Css Color HEX #A09507 Lucky

📋 copy color: '#A09507'

red 160 ◦ green 149 ◦ blue 7

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

Shades of Lucky #A09507

Tints of Lucky #A09507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 50.63%
G = 47.15%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A09507 (or 0xA09507) is known color: Lucky. HEX triplet: A0, 95 and 07. RGB value is (160,149,7). Sum of RGB (Red+Green+Blue) = 160+149+7=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A09507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09507 is #5F6AF8. Grayscale: #888888. Windows color (decimal): -6253305 or 497056. OLE color: 497056.

HSL color Cylindrical-coordinate representation of color #A09507: hue angle of 55.69º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A09507 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 149 7 -
CMYK 0 0.07 0.96 0.37
HSL 55.69º 0.92% 0.33% -
HSV(B) 55.69º 0.96% 0.63% -
XYZ 25.28 28.98 4.46 -
YUV 136.1 55.14 145.05 -
System Red Green Blue C M Y K H S L
Decimal 160 149 7 0 0.07 0.96 0.37 55.69 0.92 0.33
Hex A0 95 7 0 7 60 25 38 5C 21
Octal 240 225 7 0 7 140 45 70 134 41
Binary 10100000 10010101 111 0 111 1100000 100101 111000 1011100 100001

Color Harmonies of #A09507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09507

Black with #A09507

Text Example


Text Example

White with #A09507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09507; }

 p { color: rgb(160,149,7); }

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

background-color css

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

 a { background-color: rgb(160,149,7); }

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

border-color css

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

 span { border-color: rgb(160,149,7); }

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