Html Css Color HEX #A08C08 Lucky

📋 copy color: '#A08C08'

red 160 ◦ green 140 ◦ blue 8

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

Shades of Lucky #A08C08

Tints of Lucky #A08C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.6%

R = 51.95%
G = 45.45%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A08C08 (or 0xA08C08) is known color: Lucky. HEX triplet: A0, 8C and 08. RGB value is (160,140,8). Sum of RGB (Red+Green+Blue) = 160+140+8=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C08 is #5F73F7. Grayscale: #838383. Windows color (decimal): -6255608 or 560288. OLE color: 560288.

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

Color convert

RGB 160 140 8 -
CMYK 0 0.12 0.95 0.37
HSL 52.11º 0.9% 0.33% -
HSV(B) 52.11º 0.95% 0.63% -
XYZ 23.92 26.25 4.04 -
YUV 130.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 160 140 8 0 0.12 0.95 0.37 52.11 0.9 0.33
Hex A0 8C 8 0 C 5F 25 34 5A 21
Octal 240 214 10 0 14 137 45 64 132 41
Binary 10100000 10001100 1000 0 1100 1011111 100101 110100 1011010 100001

Color Harmonies of #A08C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C08

Black with #A08C08

Text Example


Text Example

White with #A08C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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