Html Css Color HEX #AC573C Orange Roughy

📋 copy color: '#AC573C'

red 172 ◦ green 87 ◦ blue 60

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

Shades of Orange Roughy #AC573C

Tints of Orange Roughy #AC573C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 53.92%
G = 27.27%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC573C (or 0xAC573C) is known color: Orange Roughy. HEX triplet: AC, 57 and 3C. RGB value is (172,87,60). Sum of RGB (Red+Green+Blue) = 172+87+60=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC573C is #53A8C3. Grayscale: #6D6D6D. Windows color (decimal): -5482692 or 3954604. OLE color: 3954604.

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

Color convert

RGB 172 87 60 -
CMYK 0 0.49 0.65 0.33
HSL 14.46º 0.48% 0.45% -
HSV(B) 14.46º 0.65% 0.67% -
XYZ 21.24 15.91 6.23 -
YUV 109.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 172 87 60 0 0.49 0.65 0.33 14.46 0.48 0.45
Hex AC 57 3C 0 31 41 21 E 30 2D
Octal 254 127 74 0 61 101 41 16 60 55
Binary 10101100 1010111 111100 0 110001 1000001 100001 1110 110000 101101

Color Harmonies of #AC573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC573C

Black with #AC573C

Text Example


Text Example

White with #AC573C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC573C; }

 p { color: rgb(172,87,60); }

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

background-color css

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

 a { background-color: rgb(172,87,60); }

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

border-color css

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

 span { border-color: rgb(172,87,60); }

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