Html Css Color HEX #A55135 Orange Roughy

📋 copy color: '#A55135'

red 165 ◦ green 81 ◦ blue 53

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

Shades of Orange Roughy #A55135

Tints of Orange Roughy #A55135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

 BLUE value IS 53 (21.09% from 255) = 17.73%

R = 55.18%
G = 27.09%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A55135 (or 0xA55135) is known color: Orange Roughy. HEX triplet: A5, 51 and 35. RGB value is (165,81,53). Sum of RGB (Red+Green+Blue) = 165+81+53=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A55135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55135 is #5AAECA. Grayscale: #676767. Windows color (decimal): -5942987 or 3494309. OLE color: 3494309.

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

Color convert

RGB 165 81 53 -
CMYK 0 0.51 0.68 0.35
HSL 15º 0.51% 0.43% -
HSV(B) 15º 0.68% 0.65% -
XYZ 19.1 14.14 5.09 -
YUV 102.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 165 81 53 0 0.51 0.68 0.35 15 0.51 0.43
Hex A5 51 35 0 33 44 23 F 33 2B
Octal 245 121 65 0 63 104 43 17 63 53
Binary 10100101 1010001 110101 0 110011 1000100 100011 1111 110011 101011

Color Harmonies of #A55135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55135

Black with #A55135

Text Example


Text Example

White with #A55135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55135; }

 p { color: rgb(165,81,53); }

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

background-color css

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

 a { background-color: rgb(165,81,53); }

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

border-color css

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

 span { border-color: rgb(165,81,53); }

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