Html Css Color HEX #A55235 Orange Roughy

📋 copy color: '#A55235'

red 165 ◦ green 82 ◦ blue 53

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

Shades of Orange Roughy #A55235

Tints of Orange Roughy #A55235

RGB

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

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

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

R = 55%
G = 27.33%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A55235 (or 0xA55235) is known color: Orange Roughy. HEX triplet: A5, 52 and 35. RGB value is (165,82,53). Sum of RGB (Red+Green+Blue) = 165+82+53=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A55235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55235 is #5AADCA. Grayscale: #676767. Windows color (decimal): -5942731 or 3494565. OLE color: 3494565.

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

Color convert

RGB 165 82 53 -
CMYK 0 0.50 0.68 0.35
HSL 15.54º 0.51% 0.43% -
HSV(B) 15.54º 0.68% 0.65% -
XYZ 19.18 14.29 5.12 -
YUV 103.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 165 82 53 0 0.50 0.68 0.35 15.54 0.51 0.43
Hex A5 52 35 0 32 44 23 10 33 2B
Octal 245 122 65 0 62 104 43 20 63 53
Binary 10100101 1010010 110101 0 110010 1000100 100011 10000 110011 101011

Color Harmonies of #A55235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55235

Black with #A55235

Text Example


Text Example

White with #A55235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55235; }

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

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

background-color css

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

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

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

border-color css

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

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

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