Html Css Color HEX #AC8335 Alpine

📋 copy color: '#AC8335'

red 172 ◦ green 131 ◦ blue 53

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

Shades of Alpine #AC8335

Tints of Alpine #AC8335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 48.31%
G = 36.8%
B = 14.89%

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

#AC8335 (or 0xAC8335) is known color: Alpine. HEX triplet: AC, 83 and 35. RGB value is (172,131,53). Sum of RGB (Red+Green+Blue) = 172+131+53=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8335 is #537CCA. Grayscale: #868686. Windows color (decimal): -5471435 or 3507116. OLE color: 3507116.

HSL color Cylindrical-coordinate representation of color #AC8335: hue angle of 39.33º 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 #AC8335 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 53 -
CMYK 0 0.24 0.69 0.33
HSL 39.33º 0.53% 0.44% -
HSV(B) 39.33º 0.69% 0.67% -
XYZ 25.77 25.26 6.89 -
YUV 134.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 172 131 53 0 0.24 0.69 0.33 39.33 0.53 0.44
Hex AC 83 35 0 18 45 21 27 35 2C
Octal 254 203 65 0 30 105 41 47 65 54
Binary 10101100 10000011 110101 0 11000 1000101 100001 100111 110101 101100

Color Harmonies of #AC8335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8335

Black with #AC8335

Text Example


Text Example

White with #AC8335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8335; }

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

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

background-color css

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

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

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

border-color css

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

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

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