Html Css Color HEX #AC624B Tuscany

📋 copy color: '#AC624B'

red 172 ◦ green 98 ◦ blue 75

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

Shades of Tuscany #AC624B

Tints of Tuscany #AC624B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 49.86%
G = 28.41%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC624B (or 0xAC624B) is known color: Tuscany. HEX triplet: AC, 62 and 4B. RGB value is (172,98,75). Sum of RGB (Red+Green+Blue) = 172+98+75=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC624B is #539DB4. Grayscale: #757575. Windows color (decimal): -5479861 or 4940460. OLE color: 4940460.

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

Color convert

RGB 172 98 75 -
CMYK 0 0.43 0.56 0.33
HSL 14.23º 0.39% 0.48% -
HSV(B) 14.23º 0.56% 0.67% -
XYZ 22.65 18.01 8.94 -
YUV 117.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 172 98 75 0 0.43 0.56 0.33 14.23 0.39 0.48
Hex AC 62 4B 0 2B 38 21 E 27 30
Octal 254 142 113 0 53 70 41 16 47 60
Binary 10101100 1100010 1001011 0 101011 111000 100001 1110 100111 110000

Color Harmonies of #AC624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC624B

Black with #AC624B

Text Example


Text Example

White with #AC624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC624B; }

 p { color: rgb(172,98,75); }

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

background-color css

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

 a { background-color: rgb(172,98,75); }

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

border-color css

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

 span { border-color: rgb(172,98,75); }

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