Html Css Color HEX #A3533C Orange Roughy

📋 copy color: '#A3533C'

red 163 ◦ green 83 ◦ blue 60

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

Shades of Orange Roughy #A3533C

Tints of Orange Roughy #A3533C

RGB

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

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

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

R = 53.27%
G = 27.12%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3533C (or 0xA3533C) is known color: Orange Roughy. HEX triplet: A3, 53 and 3C. RGB value is (163,83,60). Sum of RGB (Red+Green+Blue) = 163+83+60=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3533C is #5CACC3. Grayscale: #686868. Windows color (decimal): -6073540 or 3953571. OLE color: 3953571.

HSL color Cylindrical-coordinate representation of color #A3533C: hue angle of 13.4º 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 #A3533C is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 83 60 -
CMYK 0 0.49 0.63 0.36
HSL 13.4º 0.46% 0.44% -
HSV(B) 13.4º 0.63% 0.64% -
XYZ 19.01 14.3 6.03 -
YUV 104.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 163 83 60 0 0.49 0.63 0.36 13.4 0.46 0.44
Hex A3 53 3C 0 31 3F 24 D 2E 2C
Octal 243 123 74 0 61 77 44 15 56 54
Binary 10100011 1010011 111100 0 110001 111111 100100 1101 101110 101100

Color Harmonies of #A3533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3533C

Black with #A3533C

Text Example


Text Example

White with #A3533C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3533C; }

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

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

background-color css

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

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

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

border-color css

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

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

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