#A95135

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

Shades of Orange Roughy #A95135

Tints of Orange Roughy #A95135

Color information

#A95135 (or 0xA95135) is unknown color: approx Orange Roughy. HEX triplet: A9, 51 and 35. RGB value is (169,81,53). Sum of RGB (Red+Green+Blue) = 169+81+53=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A95135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95135 is #56AECA. Grayscale: #686868. Windows color (decimal): -5680843 or 3494313. OLE color: 3494313.

HSL color Cylindrical-coordinate representation of color #A95135: hue angle of 14.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A95135 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB1698153-
CMYK00.520.690.34
HSL14.48º52.25%43.53%-
HSV(B)14.48º68.64%66.27%-
XYZ19.9514.585.13-
YUV104.1299.15174.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 81 (32.03% from 255) = 26.73%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=55.78%
G=26.73%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169815300.520.690.3414.4852.2543.53
HexA951350344522e342c
Octal2511216506410542166454
Binary101010011010001110101011010010001011000101110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95135; }

 p { color: rgb(169,81,53); }

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

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

 a { background-color: rgb(169,81,53); }

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

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

 span { border-color: rgb(169,81,53); }

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