Html Css Color HEX #A09907 Lucky

📋 copy color: '#A09907'

red 160 ◦ green 153 ◦ blue 7

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

Shades of Lucky #A09907

Tints of Lucky #A09907

RGB

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

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

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

R = 50%
G = 47.81%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A09907 (or 0xA09907) is known color: Lucky. HEX triplet: A0, 99 and 07. RGB value is (160,153,7). Sum of RGB (Red+Green+Blue) = 160+153+7=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A09907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09907 is #5F66F8. Grayscale: #8B8B8B. Windows color (decimal): -6252281 or 498080. OLE color: 498080.

HSL color Cylindrical-coordinate representation of color #A09907: hue angle of 57.25º 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 #A09907 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 7 -
CMYK 0 0.04 0.96 0.37
HSL 57.25º 0.92% 0.33% -
HSV(B) 57.25º 0.96% 0.63% -
XYZ 25.93 30.27 4.68 -
YUV 138.45 53.82 143.37 -
System Red Green Blue C M Y K H S L
Decimal 160 153 7 0 0.04 0.96 0.37 57.25 0.92 0.33
Hex A0 99 7 0 4 60 25 39 5C 21
Octal 240 231 7 0 4 140 45 71 134 41
Binary 10100000 10011001 111 0 100 1100000 100101 111001 1011100 100001

Color Harmonies of #A09907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09907

Black with #A09907

Text Example


Text Example

White with #A09907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09907; }

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

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

background-color css

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

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

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

border-color css

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

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

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