Html Css Color HEX #AC8235 Alpine

📋 copy color: '#AC8235'

red 172 ◦ green 130 ◦ blue 53

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

Shades of Alpine #AC8235

Tints of Alpine #AC8235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.93%

R = 48.45%
G = 36.62%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC8235 (or 0xAC8235) is known color: Alpine. HEX triplet: AC, 82 and 35. RGB value is (172,130,53). Sum of RGB (Red+Green+Blue) = 172+130+53=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8235 is #537DCA. Grayscale: #868686. Windows color (decimal): -5471691 or 3506860. OLE color: 3506860.

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

Color convert

RGB 172 130 53 -
CMYK 0 0.24 0.69 0.33
HSL 38.82º 0.53% 0.44% -
HSV(B) 38.82º 0.69% 0.67% -
XYZ 25.64 24.99 6.84 -
YUV 133.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 172 130 53 0 0.24 0.69 0.33 38.82 0.53 0.44
Hex AC 82 35 0 18 45 21 27 35 2C
Octal 254 202 65 0 30 105 41 47 65 54
Binary 10101100 10000010 110101 0 11000 1000101 100001 100111 110101 101100

Color Harmonies of #AC8235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8235

Black with #AC8235

Text Example


Text Example

White with #AC8235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8235; }

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

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

background-color css

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

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

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

border-color css

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

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

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