Html Css Color HEX #A09007 Lucky

📋 copy color: '#A09007'

red 160 ◦ green 144 ◦ blue 7

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

Shades of Lucky #A09007

Tints of Lucky #A09007

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.3%

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

R = 51.45%
G = 46.3%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A09007 (or 0xA09007) is known color: Lucky. HEX triplet: A0, 90 and 07. RGB value is (160,144,7). Sum of RGB (Red+Green+Blue) = 160+144+7=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A09007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09007 is #5F6FF8. Grayscale: #858585. Windows color (decimal): -6254585 or 495776. OLE color: 495776.

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

Color convert

RGB 160 144 7 -
CMYK 0 0.1 0.96 0.37
HSL 53.73º 0.92% 0.33% -
HSV(B) 53.73º 0.96% 0.63% -
XYZ 24.51 27.44 4.2 -
YUV 133.17 56.8 147.14 -
System Red Green Blue C M Y K H S L
Decimal 160 144 7 0 0.1 0.96 0.37 53.73 0.92 0.33
Hex A0 90 7 0 A 60 25 36 5C 21
Octal 240 220 7 0 12 140 45 66 134 41
Binary 10100000 10010000 111 0 1010 1100000 100101 110110 1011100 100001

Color Harmonies of #A09007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09007

Black with #A09007

Text Example


Text Example

White with #A09007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09007; }

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

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

background-color css

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

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

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

border-color css

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

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

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