#A94832

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

Shades of Orange Roughy #A94832

Tints of Orange Roughy #A94832

Color information

#A94832 (or 0xA94832) is unknown color: approx Orange Roughy. HEX triplet: A9, 48 and 32. RGB value is (169,72,50). Sum of RGB (Red+Green+Blue) = 169+72+50=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A94832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94832 is #56B7CD. Grayscale: #626262. Windows color (decimal): -5683150 or 3295401. OLE color: 3295401.

HSL color Cylindrical-coordinate representation of color #A94832: hue angle of 11.09º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94832 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1697250-
CMYK00.570.700.34
HSL11.09º54.34%42.94%-
HSV(B)11.09º70.41%66.27%-
XYZ19.2613.34.57-
YUV98.49100.64178.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.08%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=58.08%
G=24.74%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169725000.570.700.3411.0954.3442.94
HexA948320394622b362b
Octal2511106207110642136653
Binary101010011001000110010011100110001101000101011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94832; }

 p { color: rgb(169,72,50); }

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

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

 a { background-color: rgb(169,72,50); }

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

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

 span { border-color: rgb(169,72,50); }

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