#AC4F35

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

Shades of Orange Roughy #AC4F35

Tints of Orange Roughy #AC4F35

Color information

#AC4F35 (or 0xAC4F35) is unknown color: approx Orange Roughy. HEX triplet: AC, 4F and 35. RGB value is (172,79,53). Sum of RGB (Red+Green+Blue) = 172+79+53=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4F35 is #53B0CA. Grayscale: #686868. Windows color (decimal): -5484747 or 3493804. OLE color: 3493804.

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

Color convert

RGB1727953-
CMYK00.540.690.33
HSL13.11º52.89%44.12%-
HSV(B)13.11º69.19%67.45%-
XYZ20.4514.625.11-
YUV103.8499.31176.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.58%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 53 (21.09% from 255) = 17.43%
R=56.58%
G=25.99%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172795300.540.690.3313.1152.8944.12
HexAC4F350364521d352c
Octal2541176506610541156554
Binary101011001001111110101011011010001011000011101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F35; }

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

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

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

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

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

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

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

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