Html Css Color HEX #A55334 Orange Roughy

📋 copy color: '#A55334'

red 165 ◦ green 83 ◦ blue 52

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

Shades of Orange Roughy #A55334

Tints of Orange Roughy #A55334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 55%
G = 27.67%
B = 17.33%

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

#A55334 (or 0xA55334) is known color: Orange Roughy. HEX triplet: A5, 53 and 34. RGB value is (165,83,52). Sum of RGB (Red+Green+Blue) = 165+83+52=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A55334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55334 is #5AACCB. Grayscale: #686868. Windows color (decimal): -5942476 or 3429285. OLE color: 3429285.

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

Color convert

RGB 165 83 52 -
CMYK 0 0.50 0.68 0.35
HSL 16.46º 0.52% 0.43% -
HSV(B) 16.46º 0.68% 0.65% -
XYZ 19.23 14.43 5.02 -
YUV 103.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 165 83 52 0 0.50 0.68 0.35 16.46 0.52 0.43
Hex A5 53 34 0 32 44 23 10 34 2B
Octal 245 123 64 0 62 104 43 20 64 53
Binary 10100101 1010011 110100 0 110010 1000100 100011 10000 110100 101011

Color Harmonies of #A55334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55334

Black with #A55334

Text Example


Text Example

White with #A55334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55334; }

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

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

background-color css

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

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

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

border-color css

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

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

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