Html Css Color HEX #A55239 Orange Roughy

📋 copy color: '#A55239'

red 165 ◦ green 82 ◦ blue 57

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

Shades of Orange Roughy #A55239

Tints of Orange Roughy #A55239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 54.28%
G = 26.97%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A55239 (or 0xA55239) is known color: Orange Roughy. HEX triplet: A5, 52 and 39. RGB value is (165,82,57). Sum of RGB (Red+Green+Blue) = 165+82+57=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A55239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55239 is #5AADC6. Grayscale: #686868. Windows color (decimal): -5942727 or 3756709. OLE color: 3756709.

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

Color convert

RGB 165 82 57 -
CMYK 0 0.50 0.65 0.35
HSL 13.89º 0.49% 0.44% -
HSV(B) 13.89º 0.65% 0.65% -
XYZ 19.27 14.33 5.62 -
YUV 103.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 165 82 57 0 0.50 0.65 0.35 13.89 0.49 0.44
Hex A5 52 39 0 32 41 23 E 31 2C
Octal 245 122 71 0 62 101 43 16 61 54
Binary 10100101 1010010 111001 0 110010 1000001 100011 1110 110001 101100

Color Harmonies of #A55239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55239

Black with #A55239

Text Example


Text Example

White with #A55239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55239; }

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

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

background-color css

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

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

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

border-color css

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

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

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