Html Css Color HEX #A08F23 Lemon Ginger

📋 copy color: '#A08F23'

red 160 ◦ green 143 ◦ blue 35

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

Shades of Lemon Ginger #A08F23

Tints of Lemon Ginger #A08F23

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.31%

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

R = 47.34%
G = 42.31%
B = 10.36%

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

#A08F23 (or 0xA08F23) is known color: Lemon Ginger. HEX triplet: A0, 8F and 23. RGB value is (160,143,35). Sum of RGB (Red+Green+Blue) = 160+143+35=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F23 is #5F70DC. Grayscale: #888888. Windows color (decimal): -6254813 or 2330528. OLE color: 2330528.

HSL color Cylindrical-coordinate representation of color #A08F23: hue angle of 51.84º 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 #A08F23 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 143 35 -
CMYK 0 0.11 0.78 0.37
HSL 51.84º 0.64% 0.38% -
HSV(B) 51.84º 0.78% 0.63% -
XYZ 24.62 27.24 5.55 -
YUV 135.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 160 143 35 0 0.11 0.78 0.37 51.84 0.64 0.38
Hex A0 8F 23 0 B 4E 25 34 40 26
Octal 240 217 43 0 13 116 45 64 100 46
Binary 10100000 10001111 100011 0 1011 1001110 100101 110100 1000000 100110

Color Harmonies of #A08F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F23

Black with #A08F23

Text Example


Text Example

White with #A08F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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