Html Css Color HEX #AC813B Alpine

📋 copy color: '#AC813B'

red 172 ◦ green 129 ◦ blue 59

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

Shades of Alpine #AC813B

Tints of Alpine #AC813B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.39%

R = 47.78%
G = 35.83%
B = 16.39%

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

#AC813B (or 0xAC813B) is known color: Alpine. HEX triplet: AC, 81 and 3B. RGB value is (172,129,59). Sum of RGB (Red+Green+Blue) = 172+129+59=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC813B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC813B is #537EC4. Grayscale: #868686. Windows color (decimal): -5471941 or 3899820. OLE color: 3899820.

HSL color Cylindrical-coordinate representation of color #AC813B: hue angle of 37.17º degrees, saturation: 0.49, 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 #AC813B is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 59 -
CMYK 0 0.25 0.66 0.33
HSL 37.17º 0.49% 0.45% -
HSV(B) 37.17º 0.66% 0.67% -
XYZ 25.65 24.79 7.57 -
YUV 133.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 172 129 59 0 0.25 0.66 0.33 37.17 0.49 0.45
Hex AC 81 3B 0 19 42 21 25 31 2D
Octal 254 201 73 0 31 102 41 45 61 55
Binary 10101100 10000001 111011 0 11001 1000010 100001 100101 110001 101101

Color Harmonies of #AC813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC813B

Black with #AC813B

Text Example


Text Example

White with #AC813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC813B; }

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

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

background-color css

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

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

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

border-color css

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

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

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