Html Css Color HEX #A3553C Orange Roughy

📋 copy color: '#A3553C'

red 163 ◦ green 85 ◦ blue 60

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

Shades of Orange Roughy #A3553C

Tints of Orange Roughy #A3553C

RGB

 RED value IS 163 (64.06% from 255) = 52.92%

 GREEN value IS 85 (33.59% from 255) = 27.6%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 52.92%
G = 27.6%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3553C (or 0xA3553C) is known color: Orange Roughy. HEX triplet: A3, 55 and 3C. RGB value is (163,85,60). Sum of RGB (Red+Green+Blue) = 163+85+60=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3553C is #5CAAC3. Grayscale: #696969. Windows color (decimal): -6073028 or 3954083. OLE color: 3954083.

HSL color Cylindrical-coordinate representation of color #A3553C: hue angle of 14.56º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3553C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 60 -
CMYK 0 0.48 0.63 0.36
HSL 14.56º 0.46% 0.44% -
HSV(B) 14.56º 0.63% 0.64% -
XYZ 19.17 14.61 6.08 -
YUV 105.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 163 85 60 0 0.48 0.63 0.36 14.56 0.46 0.44
Hex A3 55 3C 0 30 3F 24 F 2E 2C
Octal 243 125 74 0 60 77 44 17 56 54
Binary 10100011 1010101 111100 0 110000 111111 100100 1111 101110 101100

Color Harmonies of #A3553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3553C

Black with #A3553C

Text Example


Text Example

White with #A3553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3553C; }

 p { color: rgb(163,85,60); }

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

background-color css

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

 a { background-color: rgb(163,85,60); }

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

border-color css

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

 span { border-color: rgb(163,85,60); }

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