Html Css Color HEX #A5823F Alpine

📋 copy color: '#A5823F'

red 165 ◦ green 130 ◦ blue 63

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

Shades of Alpine #A5823F

Tints of Alpine #A5823F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.6%

R = 46.09%
G = 36.31%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5823F (or 0xA5823F) is known color: Alpine. HEX triplet: A5, 82 and 3F. RGB value is (165,130,63). Sum of RGB (Red+Green+Blue) = 165+130+63=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5823F is #5A7DC0. Grayscale: #858585. Windows color (decimal): -5930433 or 4162213. OLE color: 4162213.

HSL color Cylindrical-coordinate representation of color #A5823F: hue angle of 39.41º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5823F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 130 63 -
CMYK 0 0.21 0.62 0.35
HSL 39.41º 0.45% 0.45% -
HSV(B) 39.41º 0.62% 0.65% -
XYZ 24.4 24.32 8.11 -
YUV 132.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 165 130 63 0 0.21 0.62 0.35 39.41 0.45 0.45
Hex A5 82 3F 0 15 3E 23 27 2D 2D
Octal 245 202 77 0 25 76 43 47 55 55
Binary 10100101 10000010 111111 0 10101 111110 100011 100111 101101 101101

Color Harmonies of #A5823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5823F

Black with #A5823F

Text Example


Text Example

White with #A5823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5823F; }

 p { color: rgb(165,130,63); }

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

background-color css

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

 a { background-color: rgb(165,130,63); }

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

border-color css

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

 span { border-color: rgb(165,130,63); }

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