Html Css Color HEX #A08D25 Lemon Ginger

📋 copy color: '#A08D25'

red 160 ◦ green 141 ◦ blue 37

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

Shades of Lemon Ginger #A08D25

Tints of Lemon Ginger #A08D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 47.34%
G = 41.72%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A08D25 (or 0xA08D25) is known color: Lemon Ginger. HEX triplet: A0, 8D and 25. RGB value is (160,141,37). Sum of RGB (Red+Green+Blue) = 160+141+37=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D25 is #5F72DA. Grayscale: #878787. Windows color (decimal): -6255323 or 2461088. OLE color: 2461088.

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

Color convert

RGB 160 141 37 -
CMYK 0 0.12 0.77 0.37
HSL 50.73º 0.62% 0.39% -
HSV(B) 50.73º 0.77% 0.63% -
XYZ 24.36 26.66 5.61 -
YUV 134.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 160 141 37 0 0.12 0.77 0.37 50.73 0.62 0.39
Hex A0 8D 25 0 C 4D 25 33 3E 27
Octal 240 215 45 0 14 115 45 63 76 47
Binary 10100000 10001101 100101 0 1100 1001101 100101 110011 111110 100111

Color Harmonies of #A08D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D25

Black with #A08D25

Text Example


Text Example

White with #A08D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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