#AC4A35

Color #AC4A35 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #AC4A35

Tints of Orange Roughy #AC4A35

Color information

#AC4A35 (or 0xAC4A35) is unknown color: approx Orange Roughy. HEX triplet: AC, 4A and 35. RGB value is (172,74,53). Sum of RGB (Red+Green+Blue) = 172+74+53=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A35 is #53B5CA. Grayscale: #656565. Windows color (decimal): -5486027 or 3492524. OLE color: 3492524.

HSL color Cylindrical-coordinate representation of color #AC4A35: hue angle of 10.59º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC4A35 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1727453-
CMYK00.570.690.33
HSL10.59º52.89%44.12%-
HSV(B)10.59º69.19%67.45%-
XYZ20.113.935-
YUV100.91100.97178.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.53%
GREEN value IS 74 (29.30% from 255) = 24.75%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=57.53%
G=24.75%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172745300.570.690.3310.5952.8944.12
HexAC4A350394521b352c
Octal2541126507110541136554
Binary101011001001010110101011100110001011000011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A35; }

 p { color: rgb(172,74,53); }

 H1.HeaderClassName
 {
   color: #AC4A35;
 }
 .AnyTagClassName
 {
   color: #AC4A35;
 }
</style>
background-color css

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

 a { background-color: rgb(172,74,53); }

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

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

 span { border-color: rgb(172,74,53); }

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