Html Css Color HEX #A08D29 Lemon Ginger

📋 copy color: '#A08D29'

red 160 ◦ green 141 ◦ blue 41

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

Shades of Lemon Ginger #A08D29

Tints of Lemon Ginger #A08D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 46.78%
G = 41.23%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A08D29 (or 0xA08D29) is known color: Lemon Ginger. HEX triplet: A0, 8D and 29. RGB value is (160,141,41). Sum of RGB (Red+Green+Blue) = 160+141+41=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D29 is #5F72D6. Grayscale: #878787. Windows color (decimal): -6255319 or 2723232. OLE color: 2723232.

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

Color convert

RGB 160 141 41 -
CMYK 0 0.12 0.74 0.37
HSL 50.42º 0.59% 0.39% -
HSV(B) 50.42º 0.74% 0.63% -
XYZ 24.42 26.68 5.96 -
YUV 135.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 160 141 41 0 0.12 0.74 0.37 50.42 0.59 0.39
Hex A0 8D 29 0 C 4A 25 32 3B 27
Octal 240 215 51 0 14 112 45 62 73 47
Binary 10100000 10001101 101001 0 1100 1001010 100101 110010 111011 100111

Color Harmonies of #A08D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D29

Black with #A08D29

Text Example


Text Example

White with #A08D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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