Html Css Color HEX #AC813A Alpine

📋 copy color: '#AC813A'

red 172 ◦ green 129 ◦ blue 58

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

Shades of Alpine #AC813A

Tints of Alpine #AC813A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.16%

R = 47.91%
G = 35.93%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC813A (or 0xAC813A) is known color: Alpine. HEX triplet: AC, 81 and 3A. RGB value is (172,129,58). Sum of RGB (Red+Green+Blue) = 172+129+58=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC813A is #537EC5. Grayscale: #868686. Windows color (decimal): -5471942 or 3834284. OLE color: 3834284.

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

Color convert

RGB 172 129 58 -
CMYK 0 0.25 0.66 0.33
HSL 37.37º 0.5% 0.45% -
HSV(B) 37.37º 0.66% 0.67% -
XYZ 25.63 24.78 7.43 -
YUV 133.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 172 129 58 0 0.25 0.66 0.33 37.37 0.5 0.45
Hex AC 81 3A 0 19 42 21 25 32 2D
Octal 254 201 72 0 31 102 41 45 62 55
Binary 10101100 10000001 111010 0 11001 1000010 100001 100101 110010 101101

Color Harmonies of #AC813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC813A

Black with #AC813A

Text Example


Text Example

White with #AC813A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC813A; }

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

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

background-color css

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

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

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

border-color css

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

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

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