Html Css Color HEX #AC823D Alpine

📋 copy color: '#AC823D'

red 172 ◦ green 130 ◦ blue 61

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

Shades of Alpine #AC823D

Tints of Alpine #AC823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 47.38%
G = 35.81%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC823D (or 0xAC823D) is known color: Alpine. HEX triplet: AC, 82 and 3D. RGB value is (172,130,61). Sum of RGB (Red+Green+Blue) = 172+130+61=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC823D is #537DC2. Grayscale: #878787. Windows color (decimal): -5471683 or 4031148. OLE color: 4031148.

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

Color convert

RGB 172 130 61 -
CMYK 0 0.24 0.65 0.33
HSL 37.3º 0.48% 0.46% -
HSV(B) 37.3º 0.65% 0.67% -
XYZ 25.84 25.07 7.89 -
YUV 134.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 172 130 61 0 0.24 0.65 0.33 37.3 0.48 0.46
Hex AC 82 3D 0 18 41 21 25 30 2E
Octal 254 202 75 0 30 101 41 45 60 56
Binary 10101100 10000010 111101 0 11000 1000001 100001 100101 110000 101110

Color Harmonies of #AC823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC823D

Black with #AC823D

Text Example


Text Example

White with #AC823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC823D; }

 p { color: rgb(172,130,61); }

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

background-color css

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

 a { background-color: rgb(172,130,61); }

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

border-color css

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

 span { border-color: rgb(172,130,61); }

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