Html Css Color HEX #AC573D Orange Roughy

📋 copy color: '#AC573D'

red 172 ◦ green 87 ◦ blue 61

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

Shades of Orange Roughy #AC573D

Tints of Orange Roughy #AC573D

RGB

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

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

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

R = 53.75%
G = 27.19%
B = 19.06%

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

#AC573D (or 0xAC573D) is known color: Orange Roughy. HEX triplet: AC, 57 and 3D. RGB value is (172,87,61). Sum of RGB (Red+Green+Blue) = 172+87+61=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC573D is #53A8C2. Grayscale: #6D6D6D. Windows color (decimal): -5482691 or 4020140. OLE color: 4020140.

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

Color convert

RGB 172 87 61 -
CMYK 0 0.49 0.65 0.33
HSL 14.05º 0.48% 0.46% -
HSV(B) 14.05º 0.65% 0.67% -
XYZ 21.26 15.92 6.37 -
YUV 109.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 172 87 61 0 0.49 0.65 0.33 14.05 0.48 0.46
Hex AC 57 3D 0 31 41 21 E 30 2E
Octal 254 127 75 0 61 101 41 16 60 56
Binary 10101100 1010111 111101 0 110001 1000001 100001 1110 110000 101110

Color Harmonies of #AC573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC573D

Black with #AC573D

Text Example


Text Example

White with #AC573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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