Html Css Color HEX #A08D22 Lemon Ginger

📋 copy color: '#A08D22'

red 160 ◦ green 141 ◦ blue 34

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

Shades of Lemon Ginger #A08D22

Tints of Lemon Ginger #A08D22

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.09%

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 47.76%
G = 42.09%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A08D22 (or 0xA08D22) is known color: Lemon Ginger. HEX triplet: A0, 8D and 22. RGB value is (160,141,34). Sum of RGB (Red+Green+Blue) = 160+141+34=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D22 is #5F72DD. Grayscale: #868686. Windows color (decimal): -6255326 or 2264480. OLE color: 2264480.

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

Color convert

RGB 160 141 34 -
CMYK 0 0.12 0.79 0.37
HSL 50.95º 0.65% 0.38% -
HSV(B) 50.95º 0.79% 0.63% -
XYZ 24.31 26.64 5.37 -
YUV 134.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 160 141 34 0 0.12 0.79 0.37 50.95 0.65 0.38
Hex A0 8D 22 0 C 4F 25 33 41 26
Octal 240 215 42 0 14 117 45 63 101 46
Binary 10100000 10001101 100010 0 1100 1001111 100101 110011 1000001 100110

Color Harmonies of #A08D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D22

Black with #A08D22

Text Example


Text Example

White with #A08D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D22; }

 p { color: rgb(160,141,34); }

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

background-color css

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

 a { background-color: rgb(160,141,34); }

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

border-color css

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

 span { border-color: rgb(160,141,34); }

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