#A75235

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

Shades of Orange Roughy #A75235

Tints of Orange Roughy #A75235

Color information

#A75235 (or 0xA75235) is unknown color: approx Orange Roughy. HEX triplet: A7, 52 and 35. RGB value is (167,82,53). Sum of RGB (Red+Green+Blue) = 167+82+53=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A75235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75235 is #58ADCA. Grayscale: #686868. Windows color (decimal): -5811659 or 3494567. OLE color: 3494567.

HSL color Cylindrical-coordinate representation of color #A75235: hue angle of 15.26º 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 #A75235 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1678253-
CMYK00.510.680.35
HSL15.26º51.82%43.14%-
HSV(B)15.26º68.26%65.49%-
XYZ19.614.515.14-
YUV104.1199.16172.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.30%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=55.30%
G=27.15%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167825300.510.680.3515.2651.8243.14
HexA752350334423f342b
Octal2471226506310443176453
Binary101001111010010110101011001110001001000111111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75235; }

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

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

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

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

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

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

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

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