Html Css Color HEX #A38E27 Lemon Ginger

📋 copy color: '#A38E27'

red 163 ◦ green 142 ◦ blue 39

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

Shades of Lemon Ginger #A38E27

Tints of Lemon Ginger #A38E27

RGB

 RED value IS 163 (64.06% from 255) = 47.38%

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

 BLUE value IS 39 (15.63% from 255) = 11.34%

R = 47.38%
G = 41.28%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A38E27 (or 0xA38E27) is known color: Lemon Ginger. HEX triplet: A3, 8E and 27. RGB value is (163,142,39). Sum of RGB (Red+Green+Blue) = 163+142+39=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38E27 is #5C71D8. Grayscale: #888888. Windows color (decimal): -6058457 or 2592419. OLE color: 2592419.

HSL color Cylindrical-coordinate representation of color #A38E27: hue angle of 49.84º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A38E27 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 142 39 -
CMYK 0 0.13 0.76 0.36
HSL 49.84º 0.61% 0.4% -
HSV(B) 49.84º 0.76% 0.64% -
XYZ 25.14 27.28 5.86 -
YUV 136.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 163 142 39 0 0.13 0.76 0.36 49.84 0.61 0.4
Hex A3 8E 27 0 D 4C 24 32 3D 28
Octal 243 216 47 0 15 114 44 62 75 50
Binary 10100011 10001110 100111 0 1101 1001100 100100 110010 111101 101000

Color Harmonies of #A38E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38E27

Black with #A38E27

Text Example


Text Example

White with #A38E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38E27; }

 p { color: rgb(163,142,39); }

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

background-color css

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

 a { background-color: rgb(163,142,39); }

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

border-color css

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

 span { border-color: rgb(163,142,39); }

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