Html Css Color HEX #A08E23 Lemon Ginger

📋 copy color: '#A08E23'

red 160 ◦ green 142 ◦ blue 35

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

Shades of Lemon Ginger #A08E23

Tints of Lemon Ginger #A08E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.39%

R = 47.48%
G = 42.14%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A08E23 (or 0xA08E23) is known color: Lemon Ginger. HEX triplet: A0, 8E and 23. RGB value is (160,142,35). Sum of RGB (Red+Green+Blue) = 160+142+35=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08E23 is #5F71DC. Grayscale: #878787. Windows color (decimal): -6255069 or 2330272. OLE color: 2330272.

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

Color convert

RGB 160 142 35 -
CMYK 0 0.11 0.78 0.37
HSL 51.36º 0.64% 0.38% -
HSV(B) 51.36º 0.78% 0.63% -
XYZ 24.47 26.94 5.5 -
YUV 135.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 160 142 35 0 0.11 0.78 0.37 51.36 0.64 0.38
Hex A0 8E 23 0 B 4E 25 33 40 26
Octal 240 216 43 0 13 116 45 63 100 46
Binary 10100000 10001110 100011 0 1011 1001110 100101 110011 1000000 100110

Color Harmonies of #A08E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E23

Black with #A08E23

Text Example


Text Example

White with #A08E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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