Html Css Color HEX #AC8230 Alpine

📋 copy color: '#AC8230'

red 172 ◦ green 130 ◦ blue 48

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

Shades of Alpine #AC8230

Tints of Alpine #AC8230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 49.14%
G = 37.14%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC8230 (or 0xAC8230) is known color: Alpine. HEX triplet: AC, 82 and 30. RGB value is (172,130,48). Sum of RGB (Red+Green+Blue) = 172+130+48=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8230 is #537DCF. Grayscale: #858585. Windows color (decimal): -5471696 or 3179180. OLE color: 3179180.

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

Color convert

RGB 172 130 48 -
CMYK 0 0.24 0.72 0.33
HSL 39.68º 0.56% 0.43% -
HSV(B) 39.68º 0.72% 0.67% -
XYZ 25.53 24.95 6.27 -
YUV 133.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 172 130 48 0 0.24 0.72 0.33 39.68 0.56 0.43
Hex AC 82 30 0 18 48 21 28 38 2B
Octal 254 202 60 0 30 110 41 50 70 53
Binary 10101100 10000010 110000 0 11000 1001000 100001 101000 111000 101011

Color Harmonies of #AC8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8230

Black with #AC8230

Text Example


Text Example

White with #AC8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8230; }

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

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

background-color css

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

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

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

border-color css

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

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

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