Html Css Color HEX #AC513C Orange Roughy

📋 copy color: '#AC513C'

red 172 ◦ green 81 ◦ blue 60

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

Shades of Orange Roughy #AC513C

Tints of Orange Roughy #AC513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 54.95%
G = 25.88%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC513C (or 0xAC513C) is known color: Orange Roughy. HEX triplet: AC, 51 and 3C. RGB value is (172,81,60). Sum of RGB (Red+Green+Blue) = 172+81+60=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC513C is #53AEC3. Grayscale: #696969. Windows color (decimal): -5484228 or 3953068. OLE color: 3953068.

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

Color convert

RGB 172 81 60 -
CMYK 0 0.53 0.65 0.33
HSL 11.25º 0.48% 0.45% -
HSV(B) 11.25º 0.65% 0.67% -
XYZ 20.77 14.98 6.07 -
YUV 105.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 172 81 60 0 0.53 0.65 0.33 11.25 0.48 0.45
Hex AC 51 3C 0 35 41 21 B 30 2D
Octal 254 121 74 0 65 101 41 13 60 55
Binary 10101100 1010001 111100 0 110101 1000001 100001 1011 110000 101101

Color Harmonies of #AC513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC513C

Black with #AC513C

Text Example


Text Example

White with #AC513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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