Html Css Color HEX #A08B2B Lemon Ginger

📋 copy color: '#A08B2B'

red 160 ◦ green 139 ◦ blue 43

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

Shades of Lemon Ginger #A08B2B

Tints of Lemon Ginger #A08B2B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.64%

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 46.78%
G = 40.64%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A08B2B (or 0xA08B2B) is known color: Lemon Ginger. HEX triplet: A0, 8B and 2B. RGB value is (160,139,43). Sum of RGB (Red+Green+Blue) = 160+139+43=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08B2B is #5F74D4. Grayscale: #868686. Windows color (decimal): -6255829 or 2853792. OLE color: 2853792.

HSL color Cylindrical-coordinate representation of color #A08B2B: hue angle of 49.23º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A08B2B is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 139 43 -
CMYK 0 0.13 0.73 0.37
HSL 49.23º 0.58% 0.4% -
HSV(B) 49.23º 0.73% 0.63% -
XYZ 24.17 26.11 6.05 -
YUV 134.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 160 139 43 0 0.13 0.73 0.37 49.23 0.58 0.4
Hex A0 8B 2B 0 D 49 25 31 3A 28
Octal 240 213 53 0 15 111 45 61 72 50
Binary 10100000 10001011 101011 0 1101 1001001 100101 110001 111010 101000

Color Harmonies of #A08B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B2B

Black with #A08B2B

Text Example


Text Example

White with #A08B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B2B; }

 p { color: rgb(160,139,43); }

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

background-color css

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

 a { background-color: rgb(160,139,43); }

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

border-color css

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

 span { border-color: rgb(160,139,43); }

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