Html Css Color HEX #AC573B Orange Roughy

📋 copy color: '#AC573B'

red 172 ◦ green 87 ◦ blue 59

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

Shades of Orange Roughy #AC573B

Tints of Orange Roughy #AC573B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 54.09%
G = 27.36%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC573B (or 0xAC573B) is known color: Orange Roughy. HEX triplet: AC, 57 and 3B. RGB value is (172,87,59). Sum of RGB (Red+Green+Blue) = 172+87+59=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC573B is #53A8C4. Grayscale: #6D6D6D. Windows color (decimal): -5482693 or 3889068. OLE color: 3889068.

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

Color convert

RGB 172 87 59 -
CMYK 0 0.49 0.66 0.33
HSL 14.87º 0.49% 0.45% -
HSV(B) 14.87º 0.66% 0.67% -
XYZ 21.21 15.9 6.09 -
YUV 109.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 172 87 59 0 0.49 0.66 0.33 14.87 0.49 0.45
Hex AC 57 3B 0 31 42 21 F 31 2D
Octal 254 127 73 0 61 102 41 17 61 55
Binary 10101100 1010111 111011 0 110001 1000010 100001 1111 110001 101101

Color Harmonies of #AC573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC573B

Black with #AC573B

Text Example


Text Example

White with #AC573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC573B; }

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

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

background-color css

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

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

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

border-color css

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

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

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