Html Css Color HEX #A4823E Alpine

📋 copy color: '#A4823E'

red 164 ◦ green 130 ◦ blue 62

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

Shades of Alpine #A4823E

Tints of Alpine #A4823E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 46.07%
G = 36.52%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4823E (or 0xA4823E) is known color: Alpine. HEX triplet: A4, 82 and 3E. RGB value is (164,130,62). Sum of RGB (Red+Green+Blue) = 164+130+62=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4823E is #5B7DC1. Grayscale: #848484. Windows color (decimal): -5995970 or 4096676. OLE color: 4096676.

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

Color convert

RGB 164 130 62 -
CMYK 0 0.21 0.62 0.36
HSL 40º 0.45% 0.44% -
HSV(B) 40º 0.62% 0.64% -
XYZ 24.16 24.21 7.96 -
YUV 132.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 164 130 62 0 0.21 0.62 0.36 40 0.45 0.44
Hex A4 82 3E 0 15 3E 24 28 2D 2C
Octal 244 202 76 0 25 76 44 50 55 54
Binary 10100100 10000010 111110 0 10101 111110 100100 101000 101101 101100

Color Harmonies of #A4823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4823E

Black with #A4823E

Text Example


Text Example

White with #A4823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4823E; }

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

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

background-color css

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

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

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

border-color css

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

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

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