#A75335

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

Shades of Orange Roughy #A75335

Tints of Orange Roughy #A75335

Color information

#A75335 (or 0xA75335) is unknown color: approx Orange Roughy. HEX triplet: A7, 53 and 35. RGB value is (167,83,53). Sum of RGB (Red+Green+Blue) = 167+83+53=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A75335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75335 is #58ACCA. Grayscale: #686868. Windows color (decimal): -5811403 or 3494823. OLE color: 3494823.

HSL color Cylindrical-coordinate representation of color #A75335: hue angle of 15.79º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A75335 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1678353-
CMYK00.500.680.35
HSL15.79º51.82%43.14%-
HSV(B)15.79º68.26%65.49%-
XYZ19.6714.665.16-
YUV104.798.83172.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.12%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=55.12%
G=27.39%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167835300.500.680.3515.7951.8243.14
HexA75335032442310342b
Octal2471236506210443206453
Binary1010011110100111101010110010100010010001110000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75335; }

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

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

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

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

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

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

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

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