Html Css Color HEX #AC503C Orange Roughy

📋 copy color: '#AC503C'

red 172 ◦ green 80 ◦ blue 60

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

Shades of Orange Roughy #AC503C

Tints of Orange Roughy #AC503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 55.13%
G = 25.64%
B = 19.23%

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

#AC503C (or 0xAC503C) is known color: Orange Roughy. HEX triplet: AC, 50 and 3C. RGB value is (172,80,60). Sum of RGB (Red+Green+Blue) = 172+80+60=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC503C is #53AFC3. Grayscale: #696969. Windows color (decimal): -5484484 or 3952812. OLE color: 3952812.

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

Color convert

RGB 172 80 60 -
CMYK 0 0.53 0.65 0.33
HSL 10.71º 0.48% 0.45% -
HSV(B) 10.71º 0.65% 0.67% -
XYZ 20.7 14.83 6.05 -
YUV 105.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 172 80 60 0 0.53 0.65 0.33 10.71 0.48 0.45
Hex AC 50 3C 0 35 41 21 B 30 2D
Octal 254 120 74 0 65 101 41 13 60 55
Binary 10101100 1010000 111100 0 110101 1000001 100001 1011 110000 101101

Color Harmonies of #AC503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC503C

Black with #AC503C

Text Example


Text Example

White with #AC503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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