Html Css Color HEX #AC813E Alpine

📋 copy color: '#AC813E'

red 172 ◦ green 129 ◦ blue 62

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

Shades of Alpine #AC813E

Tints of Alpine #AC813E

RGB

 RED value IS 172 (67.58% from 255) = 47.38%

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 47.38%
G = 35.54%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC813E (or 0xAC813E) is known color: Alpine. HEX triplet: AC, 81 and 3E. RGB value is (172,129,62). Sum of RGB (Red+Green+Blue) = 172+129+62=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC813E is #537EC1. Grayscale: #868686. Windows color (decimal): -5471938 or 4096428. OLE color: 4096428.

HSL color Cylindrical-coordinate representation of color #AC813E: hue angle of 36.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC813E is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 62 -
CMYK 0 0.25 0.64 0.33
HSL 36.55º 0.47% 0.46% -
HSV(B) 36.55º 0.64% 0.67% -
XYZ 25.73 24.82 7.99 -
YUV 134.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 172 129 62 0 0.25 0.64 0.33 36.55 0.47 0.46
Hex AC 81 3E 0 19 40 21 25 2F 2E
Octal 254 201 76 0 31 100 41 45 57 56
Binary 10101100 10000001 111110 0 11001 1000000 100001 100101 101111 101110

Color Harmonies of #AC813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC813E

Black with #AC813E

Text Example


Text Example

White with #AC813E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC813E; }

 p { color: rgb(172,129,62); }

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

background-color css

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

 a { background-color: rgb(172,129,62); }

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

border-color css

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

 span { border-color: rgb(172,129,62); }

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