Html Css Color HEX #A55739 Orange Roughy

📋 copy color: '#A55739'

red 165 ◦ green 87 ◦ blue 57

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

Shades of Orange Roughy #A55739

Tints of Orange Roughy #A55739

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

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

R = 53.4%
G = 28.16%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A55739 (or 0xA55739) is known color: Orange Roughy. HEX triplet: A5, 57 and 39. RGB value is (165,87,57). Sum of RGB (Red+Green+Blue) = 165+87+57=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A55739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55739 is #5AA8C6. Grayscale: #6B6B6B. Windows color (decimal): -5941447 or 3757989. OLE color: 3757989.

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

Color convert

RGB 165 87 57 -
CMYK 0 0.47 0.65 0.35
HSL 16.67º 0.49% 0.44% -
HSV(B) 16.67º 0.65% 0.65% -
XYZ 19.66 15.11 5.75 -
YUV 106.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 165 87 57 0 0.47 0.65 0.35 16.67 0.49 0.44
Hex A5 57 39 0 2F 41 23 11 31 2C
Octal 245 127 71 0 57 101 43 21 61 54
Binary 10100101 1010111 111001 0 101111 1000001 100011 10001 110001 101100

Color Harmonies of #A55739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55739

Black with #A55739

Text Example


Text Example

White with #A55739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55739; }

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

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

background-color css

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

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

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

border-color css

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

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

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