Html Css Color HEX #A55538 Orange Roughy

📋 copy color: '#A55538'

red 165 ◦ green 85 ◦ blue 56

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

Shades of Orange Roughy #A55538

Tints of Orange Roughy #A55538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.78%

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 53.92%
G = 27.78%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A55538 (or 0xA55538) is known color: Orange Roughy. HEX triplet: A5, 55 and 38. RGB value is (165,85,56). Sum of RGB (Red+Green+Blue) = 165+85+56=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A55538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55538 is #5AAAC7. Grayscale: #696969. Windows color (decimal): -5941960 or 3691941. OLE color: 3691941.

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

Color convert

RGB 165 85 56 -
CMYK 0 0.48 0.66 0.35
HSL 15.96º 0.49% 0.43% -
HSV(B) 15.96º 0.66% 0.65% -
XYZ 19.48 14.78 5.57 -
YUV 105.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 165 85 56 0 0.48 0.66 0.35 15.96 0.49 0.43
Hex A5 55 38 0 30 42 23 10 31 2B
Octal 245 125 70 0 60 102 43 20 61 53
Binary 10100101 1010101 111000 0 110000 1000010 100011 10000 110001 101011

Color Harmonies of #A55538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55538

Black with #A55538

Text Example


Text Example

White with #A55538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55538; }

 p { color: rgb(165,85,56); }

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

background-color css

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

 a { background-color: rgb(165,85,56); }

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

border-color css

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

 span { border-color: rgb(165,85,56); }

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