Html Css Color HEX #A55031 Orange Roughy

📋 copy color: '#A55031'

red 165 ◦ green 80 ◦ blue 49

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

Shades of Orange Roughy #A55031

Tints of Orange Roughy #A55031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.67%

R = 56.12%
G = 27.21%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A55031 (or 0xA55031) is known color: Orange Roughy. HEX triplet: A5, 50 and 31. RGB value is (165,80,49). Sum of RGB (Red+Green+Blue) = 165+80+49=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A55031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55031 is #5AAFCE. Grayscale: #666666. Windows color (decimal): -5943247 or 3231909. OLE color: 3231909.

HSL color Cylindrical-coordinate representation of color #A55031: hue angle of 16.03º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A55031 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 80 49 -
CMYK 0 0.52 0.70 0.35
HSL 16.03º 0.54% 0.42% -
HSV(B) 16.03º 0.7% 0.65% -
XYZ 18.94 13.96 4.6 -
YUV 101.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 165 80 49 0 0.52 0.70 0.35 16.03 0.54 0.42
Hex A5 50 31 0 34 46 23 10 36 2A
Octal 245 120 61 0 64 106 43 20 66 52
Binary 10100101 1010000 110001 0 110100 1000110 100011 10000 110110 101010

Color Harmonies of #A55031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55031

Black with #A55031

Text Example


Text Example

White with #A55031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55031; }

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

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

background-color css

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

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

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

border-color css

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

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

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