#A45239

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

Shades of Orange Roughy #A45239

Tints of Orange Roughy #A45239

Color information

#A45239 (or 0xA45239) is unknown color: approx Orange Roughy. HEX triplet: A4, 52 and 39. RGB value is (164,82,57). Sum of RGB (Red+Green+Blue) = 164+82+57=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A45239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45239 is #5BADC6. Grayscale: #676767. Windows color (decimal): -6008263 or 3756708. OLE color: 3756708.

HSL color Cylindrical-coordinate representation of color #A45239: hue angle of 14.02º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A45239 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1648257-
CMYK00.50.650.36
HSL14.02º48.42%43.33%-
HSV(B)14.02º65.24%64.31%-
XYZ19.0714.225.61-
YUV103.67101.67171.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=54.13%
G=27.06%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164825700.50.650.3614.0248.4243.33
HexA452390324124e302b
Octal2441227106210144166053
Binary101001001010010111001011001010000011001001110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45239; }

 p { color: rgb(164,82,57); }

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

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

 a { background-color: rgb(164,82,57); }

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

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

 span { border-color: rgb(164,82,57); }

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