Html Css Color HEX #A08D24 Lemon Ginger

📋 copy color: '#A08D24'

red 160 ◦ green 141 ◦ blue 36

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

Shades of Lemon Ginger #A08D24

Tints of Lemon Ginger #A08D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 47.48%
G = 41.84%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A08D24 (or 0xA08D24) is known color: Lemon Ginger. HEX triplet: A0, 8D and 24. RGB value is (160,141,36). Sum of RGB (Red+Green+Blue) = 160+141+36=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D24 is #5F72DB. Grayscale: #878787. Windows color (decimal): -6255324 or 2395552. OLE color: 2395552.

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

Color convert

RGB 160 141 36 -
CMYK 0 0.12 0.78 0.37
HSL 50.81º 0.63% 0.38% -
HSV(B) 50.81º 0.78% 0.63% -
XYZ 24.34 26.65 5.53 -
YUV 134.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 160 141 36 0 0.12 0.78 0.37 50.81 0.63 0.38
Hex A0 8D 24 0 C 4E 25 33 3F 26
Octal 240 215 44 0 14 116 45 63 77 46
Binary 10100000 10001101 100100 0 1100 1001110 100101 110011 111111 100110

Color Harmonies of #A08D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D24

Black with #A08D24

Text Example


Text Example

White with #A08D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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