Html Css Color HEX #A08F21 Lucky

📋 copy color: '#A08F21'

red 160 ◦ green 143 ◦ blue 33

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

Shades of Lucky #A08F21

Tints of Lucky #A08F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 47.62%
G = 42.56%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A08F21 (or 0xA08F21) is known color: Lucky. HEX triplet: A0, 8F and 21. RGB value is (160,143,33). Sum of RGB (Red+Green+Blue) = 160+143+33=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F21 is #5F70DE. Grayscale: #888888. Windows color (decimal): -6254815 or 2199456. OLE color: 2199456.

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

Color convert

RGB 160 143 33 -
CMYK 0 0.11 0.79 0.37
HSL 51.97º 0.66% 0.38% -
HSV(B) 51.97º 0.79% 0.63% -
XYZ 24.59 27.23 5.4 -
YUV 135.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 160 143 33 0 0.11 0.79 0.37 51.97 0.66 0.38
Hex A0 8F 21 0 B 4F 25 34 42 26
Octal 240 217 41 0 13 117 45 64 102 46
Binary 10100000 10001111 100001 0 1011 1001111 100101 110100 1000010 100110

Color Harmonies of #A08F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F21

Black with #A08F21

Text Example


Text Example

White with #A08F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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