Html Css Color HEX #AC7D3D Alpine

📋 copy color: '#AC7D3D'

red 172 ◦ green 125 ◦ blue 61

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

Shades of Alpine #AC7D3D

Tints of Alpine #AC7D3D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

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

R = 48.04%
G = 34.92%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC7D3D (or 0xAC7D3D) is known color: Alpine. HEX triplet: AC, 7D and 3D. RGB value is (172,125,61). Sum of RGB (Red+Green+Blue) = 172+125+61=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D3D is #5382C2. Grayscale: #848484. Windows color (decimal): -5472963 or 4029868. OLE color: 4029868.

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

Color convert

RGB 172 125 61 -
CMYK 0 0.27 0.65 0.33
HSL 34.59º 0.48% 0.46% -
HSV(B) 34.59º 0.65% 0.67% -
XYZ 25.19 23.77 7.68 -
YUV 131.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 172 125 61 0 0.27 0.65 0.33 34.59 0.48 0.46
Hex AC 7D 3D 0 1B 41 21 23 30 2E
Octal 254 175 75 0 33 101 41 43 60 56
Binary 10101100 1111101 111101 0 11011 1000001 100001 100011 110000 101110

Color Harmonies of #AC7D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D3D

Black with #AC7D3D

Text Example


Text Example

White with #AC7D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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