Html Css Color HEX #A08F19 Lucky

📋 copy color: '#A08F19'

red 160 ◦ green 143 ◦ blue 25

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

Shades of Lucky #A08F19

Tints of Lucky #A08F19

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.6%

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 48.78%
G = 43.6%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A08F19 (or 0xA08F19) is known color: Lucky. HEX triplet: A0, 8F and 19. RGB value is (160,143,25). Sum of RGB (Red+Green+Blue) = 160+143+25=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08F19 is #5F70E6. Grayscale: #878787. Windows color (decimal): -6254823 or 1675168. OLE color: 1675168.

HSL color Cylindrical-coordinate representation of color #A08F19: hue angle of 52.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A08F19 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 143 25 -
CMYK 0 0.11 0.84 0.37
HSL 52.44º 0.73% 0.36% -
HSV(B) 52.44º 0.84% 0.63% -
XYZ 24.5 27.19 4.88 -
YUV 134.63 66.13 146.09 -
System Red Green Blue C M Y K H S L
Decimal 160 143 25 0 0.11 0.84 0.37 52.44 0.73 0.36
Hex A0 8F 19 0 B 54 25 34 49 24
Octal 240 217 31 0 13 124 45 64 111 44
Binary 10100000 10001111 11001 0 1011 1010100 100101 110100 1001001 100100

Color Harmonies of #A08F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F19

Black with #A08F19

Text Example


Text Example

White with #A08F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F19; }

 p { color: rgb(160,143,25); }

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

background-color css

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

 a { background-color: rgb(160,143,25); }

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

border-color css

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

 span { border-color: rgb(160,143,25); }

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