Html Css Color HEX #A48242 Alpine

📋 copy color: '#A48242'

red 164 ◦ green 130 ◦ blue 66

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

Shades of Alpine #A48242

Tints of Alpine #A48242

RGB

 RED value IS 164 (64.45% from 255) = 45.56%

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

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 45.56%
G = 36.11%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A48242 (or 0xA48242) is known color: Alpine. HEX triplet: A4, 82 and 42. RGB value is (164,130,66). Sum of RGB (Red+Green+Blue) = 164+130+66=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A48242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48242 is #5B7DBD. Grayscale: #858585. Windows color (decimal): -5995966 or 4358820. OLE color: 4358820.

HSL color Cylindrical-coordinate representation of color #A48242: hue angle of 39.18º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A48242 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 66 -
CMYK 0 0.21 0.60 0.36
HSL 39.18º 0.43% 0.45% -
HSV(B) 39.18º 0.6% 0.64% -
XYZ 24.28 24.25 8.56 -
YUV 132.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 164 130 66 0 0.21 0.60 0.36 39.18 0.43 0.45
Hex A4 82 42 0 15 3C 24 27 2B 2D
Octal 244 202 102 0 25 74 44 47 53 55
Binary 10100100 10000010 1000010 0 10101 111100 100100 100111 101011 101101

Color Harmonies of #A48242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48242

Black with #A48242

Text Example


Text Example

White with #A48242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48242; }

 p { color: rgb(164,130,66); }

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

background-color css

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

 a { background-color: rgb(164,130,66); }

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

border-color css

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

 span { border-color: rgb(164,130,66); }

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