#AC5335

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

Shades of Orange Roughy #AC5335

Tints of Orange Roughy #AC5335

Color information

#AC5335 (or 0xAC5335) is unknown color: approx Orange Roughy. HEX triplet: AC, 53 and 35. RGB value is (172,83,53). Sum of RGB (Red+Green+Blue) = 172+83+53=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5335 is #53ACCA. Grayscale: #6A6A6A. Windows color (decimal): -5483723 or 3494828. OLE color: 3494828.

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

Color convert

RGB1728353-
CMYK00.520.690.33
HSL15.13º52.89%44.12%-
HSV(B)15.13º69.19%67.45%-
XYZ20.7515.215.21-
YUV106.1997.99174.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.84%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=55.84%
G=26.95%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172835300.520.690.3315.1352.8944.12
HexAC53350344521f352c
Octal2541236506410541176554
Binary101011001010011110101011010010001011000011111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5335; }

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

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

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

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

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

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

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

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