Html Css Color HEX #A55439 Orange Roughy

📋 copy color: '#A55439'

red 165 ◦ green 84 ◦ blue 57

#A55439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Roughy #A55439

Tints of Orange Roughy #A55439

RGB

 RED value IS 165 (64.84% from 255) = 53.92%

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 53.92%
G = 27.45%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A55439 (or 0xA55439) is known color: Orange Roughy. HEX triplet: A5, 54 and 39. RGB value is (165,84,57). Sum of RGB (Red+Green+Blue) = 165+84+57=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A55439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55439 is #5AABC6. Grayscale: #696969. Windows color (decimal): -5942215 or 3757221. OLE color: 3757221.

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

Color convert

RGB 165 84 57 -
CMYK 0 0.49 0.65 0.35
HSL 15º 0.49% 0.44% -
HSV(B) 15º 0.65% 0.65% -
XYZ 19.43 14.64 5.67 -
YUV 105.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 165 84 57 0 0.49 0.65 0.35 15 0.49 0.44
Hex A5 54 39 0 31 41 23 F 31 2C
Octal 245 124 71 0 61 101 43 17 61 54
Binary 10100101 1010100 111001 0 110001 1000001 100011 1111 110001 101100

Color Harmonies of #A55439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55439

Black with #A55439

Text Example


Text Example

White with #A55439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55439; }

 p { color: rgb(165,84,57); }

 H1.HeaderClassName
 {
   color: #A55439;
 }
 .AnyTagClassName
 {
   color: #A55439;
 }
</style>

background-color css

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

 a { background-color: rgb(165,84,57); }

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

border-color css

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

 span { border-color: rgb(165,84,57); }

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