Html Css Color HEX #A55037 Orange Roughy

📋 copy color: '#A55037'

red 165 ◦ green 80 ◦ blue 55

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

Shades of Orange Roughy #A55037

Tints of Orange Roughy #A55037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 55%
G = 26.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A55037 (or 0xA55037) is known color: Orange Roughy. HEX triplet: A5, 50 and 37. RGB value is (165,80,55). Sum of RGB (Red+Green+Blue) = 165+80+55=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A55037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55037 is #5AAFC8. Grayscale: #666666. Windows color (decimal): -5943241 or 3625125. OLE color: 3625125.

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

Color convert

RGB 165 80 55 -
CMYK 0 0.52 0.67 0.35
HSL 13.64º 0.5% 0.43% -
HSV(B) 13.64º 0.67% 0.65% -
XYZ 19.08 14.01 5.31 -
YUV 102.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 165 80 55 0 0.52 0.67 0.35 13.64 0.5 0.43
Hex A5 50 37 0 34 43 23 E 32 2B
Octal 245 120 67 0 64 103 43 16 62 53
Binary 10100101 1010000 110111 0 110100 1000011 100011 1110 110010 101011

Color Harmonies of #A55037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55037

Black with #A55037

Text Example


Text Example

White with #A55037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55037; }

 p { color: rgb(165,80,55); }

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

background-color css

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

 a { background-color: rgb(165,80,55); }

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

border-color css

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

 span { border-color: rgb(165,80,55); }

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