Html Css Color HEX #A08C07 Lucky

📋 copy color: '#A08C07'

red 160 ◦ green 140 ◦ blue 7

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

Shades of Lucky #A08C07

Tints of Lucky #A08C07

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.6%

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

R = 52.12%
G = 45.6%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A08C07 (or 0xA08C07) is known color: Lucky. HEX triplet: A0, 8C and 07. RGB value is (160,140,7). Sum of RGB (Red+Green+Blue) = 160+140+7=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C07 is #5F73F8. Grayscale: #838383. Windows color (decimal): -6255609 or 494752. OLE color: 494752.

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

Color convert

RGB 160 140 7 -
CMYK 0 0.12 0.96 0.37
HSL 52.16º 0.92% 0.33% -
HSV(B) 52.16º 0.96% 0.63% -
XYZ 23.91 26.25 4.01 -
YUV 130.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 160 140 7 0 0.12 0.96 0.37 52.16 0.92 0.33
Hex A0 8C 7 0 C 60 25 34 5C 21
Octal 240 214 7 0 14 140 45 64 134 41
Binary 10100000 10001100 111 0 1100 1100000 100101 110100 1011100 100001

Color Harmonies of #A08C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C07

Black with #A08C07

Text Example


Text Example

White with #A08C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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