Html Css Color HEX #A55336 Orange Roughy

📋 copy color: '#A55336'

red 165 ◦ green 83 ◦ blue 54

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

Shades of Orange Roughy #A55336

Tints of Orange Roughy #A55336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 54.64%
G = 27.48%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A55336 (or 0xA55336) is known color: Orange Roughy. HEX triplet: A5, 53 and 36. RGB value is (165,83,54). Sum of RGB (Red+Green+Blue) = 165+83+54=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A55336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55336 is #5AACC9. Grayscale: #686868. Windows color (decimal): -5942474 or 3560357. OLE color: 3560357.

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

Color convert

RGB 165 83 54 -
CMYK 0 0.50 0.67 0.35
HSL 15.68º 0.51% 0.43% -
HSV(B) 15.68º 0.67% 0.65% -
XYZ 19.28 14.45 5.26 -
YUV 104.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 165 83 54 0 0.50 0.67 0.35 15.68 0.51 0.43
Hex A5 53 36 0 32 43 23 10 33 2B
Octal 245 123 66 0 62 103 43 20 63 53
Binary 10100101 1010011 110110 0 110010 1000011 100011 10000 110011 101011

Color Harmonies of #A55336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55336

Black with #A55336

Text Example


Text Example

White with #A55336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55336; }

 p { color: rgb(165,83,54); }

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

background-color css

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

 a { background-color: rgb(165,83,54); }

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

border-color css

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

 span { border-color: rgb(165,83,54); }

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