Html Css Color HEX #AC553D Orange Roughy

📋 copy color: '#AC553D'

red 172 ◦ green 85 ◦ blue 61

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

Shades of Orange Roughy #AC553D

Tints of Orange Roughy #AC553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

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

R = 54.09%
G = 26.73%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC553D (or 0xAC553D) is known color: Orange Roughy. HEX triplet: AC, 55 and 3D. RGB value is (172,85,61). Sum of RGB (Red+Green+Blue) = 172+85+61=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC553D is #53AAC2. Grayscale: #6C6C6C. Windows color (decimal): -5483203 or 4019628. OLE color: 4019628.

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

Color convert

RGB 172 85 61 -
CMYK 0 0.51 0.65 0.33
HSL 12.97º 0.48% 0.46% -
HSV(B) 12.97º 0.65% 0.67% -
XYZ 21.1 15.6 6.31 -
YUV 108.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 172 85 61 0 0.51 0.65 0.33 12.97 0.48 0.46
Hex AC 55 3D 0 33 41 21 D 30 2E
Octal 254 125 75 0 63 101 41 15 60 56
Binary 10101100 1010101 111101 0 110011 1000001 100001 1101 110000 101110

Color Harmonies of #AC553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC553D

Black with #AC553D

Text Example


Text Example

White with #AC553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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