Html Css Color HEX #A5873C Alpine

📋 copy color: '#A5873C'

red 165 ◦ green 135 ◦ blue 60

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

Shades of Alpine #A5873C

Tints of Alpine #A5873C

RGB

 RED value IS 165 (64.84% from 255) = 45.83%

 GREEN value IS 135 (53.13% from 255) = 37.5%

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 45.83%
G = 37.5%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5873C (or 0xA5873C) is known color: Alpine. HEX triplet: A5, 87 and 3C. RGB value is (165,135,60). Sum of RGB (Red+Green+Blue) = 165+135+60=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5873C is #5A78C3. Grayscale: #878787. Windows color (decimal): -5929156 or 3966885. OLE color: 3966885.

HSL color Cylindrical-coordinate representation of color #A5873C: hue angle of 42.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5873C is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 60 -
CMYK 0 0.18 0.64 0.35
HSL 42.86º 0.47% 0.44% -
HSV(B) 42.86º 0.64% 0.65% -
XYZ 25 25.65 7.91 -
YUV 135.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 165 135 60 0 0.18 0.64 0.35 42.86 0.47 0.44
Hex A5 87 3C 0 12 40 23 2B 2F 2C
Octal 245 207 74 0 22 100 43 53 57 54
Binary 10100101 10000111 111100 0 10010 1000000 100011 101011 101111 101100

Color Harmonies of #A5873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5873C

Black with #A5873C

Text Example


Text Example

White with #A5873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5873C; }

 p { color: rgb(165,135,60); }

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

background-color css

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

 a { background-color: rgb(165,135,60); }

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

border-color css

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

 span { border-color: rgb(165,135,60); }

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