Html Css Color HEX #A38240 Alpine

📋 copy color: '#A38240'

red 163 ◦ green 130 ◦ blue 64

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

Shades of Alpine #A38240

Tints of Alpine #A38240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 45.66%
G = 36.41%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A38240 (or 0xA38240) is known color: Alpine. HEX triplet: A3, 82 and 40. RGB value is (163,130,64). Sum of RGB (Red+Green+Blue) = 163+130+64=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A38240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38240 is #5C7DBF. Grayscale: #848484. Windows color (decimal): -6061504 or 4227747. OLE color: 4227747.

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

Color convert

RGB 163 130 64 -
CMYK 0 0.20 0.61 0.36
HSL 40º 0.44% 0.45% -
HSV(B) 40º 0.61% 0.64% -
XYZ 24.01 24.12 8.24 -
YUV 132.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 163 130 64 0 0.20 0.61 0.36 40 0.44 0.45
Hex A3 82 40 0 14 3D 24 28 2C 2D
Octal 243 202 100 0 24 75 44 50 54 55
Binary 10100011 10000010 1000000 0 10100 111101 100100 101000 101100 101101

Color Harmonies of #A38240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38240

Black with #A38240

Text Example


Text Example

White with #A38240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38240; }

 p { color: rgb(163,130,64); }

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

background-color css

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

 a { background-color: rgb(163,130,64); }

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

border-color css

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

 span { border-color: rgb(163,130,64); }

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