Html Css Color HEX #AC823B Alpine

📋 copy color: '#AC823B'

red 172 ◦ green 130 ◦ blue 59

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

Shades of Alpine #AC823B

Tints of Alpine #AC823B

RGB

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

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

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

R = 47.65%
G = 36.01%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC823B (or 0xAC823B) is known color: Alpine. HEX triplet: AC, 82 and 3B. RGB value is (172,130,59). Sum of RGB (Red+Green+Blue) = 172+130+59=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC823B is #537DC4. Grayscale: #868686. Windows color (decimal): -5471685 or 3900076. OLE color: 3900076.

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

Color convert

RGB 172 130 59 -
CMYK 0 0.24 0.66 0.33
HSL 37.7º 0.49% 0.45% -
HSV(B) 37.7º 0.66% 0.67% -
XYZ 25.79 25.05 7.61 -
YUV 134.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 172 130 59 0 0.24 0.66 0.33 37.7 0.49 0.45
Hex AC 82 3B 0 18 42 21 26 31 2D
Octal 254 202 73 0 30 102 41 46 61 55
Binary 10101100 10000010 111011 0 11000 1000010 100001 100110 110001 101101

Color Harmonies of #AC823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC823B

Black with #AC823B

Text Example


Text Example

White with #AC823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC823B; }

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

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

background-color css

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

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

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

border-color css

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

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

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