Html Css Color HEX #A08E21 Lemon Ginger

📋 copy color: '#A08E21'

red 160 ◦ green 142 ◦ blue 33

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

Shades of Lemon Ginger #A08E21

Tints of Lemon Ginger #A08E21

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.39%

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

R = 47.76%
G = 42.39%
B = 9.85%

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

#A08E21 (or 0xA08E21) is known color: Lemon Ginger. HEX triplet: A0, 8E and 21. RGB value is (160,142,33). Sum of RGB (Red+Green+Blue) = 160+142+33=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08E21 is #5F71DE. Grayscale: #878787. Windows color (decimal): -6255071 or 2199200. OLE color: 2199200.

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

Color convert

RGB 160 142 33 -
CMYK 0 0.11 0.79 0.37
HSL 51.5º 0.66% 0.38% -
HSV(B) 51.5º 0.79% 0.63% -
XYZ 24.44 26.93 5.35 -
YUV 134.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 160 142 33 0 0.11 0.79 0.37 51.5 0.66 0.38
Hex A0 8E 21 0 B 4F 25 33 42 26
Octal 240 216 41 0 13 117 45 63 102 46
Binary 10100000 10001110 100001 0 1011 1001111 100101 110011 1000010 100110

Color Harmonies of #A08E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E21

Black with #A08E21

Text Example


Text Example

White with #A08E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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