Html Css Color HEX #A3533D Orange Roughy

📋 copy color: '#A3533D'

red 163 ◦ green 83 ◦ blue 61

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

Shades of Orange Roughy #A3533D

Tints of Orange Roughy #A3533D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 53.09%
G = 27.04%
B = 19.87%

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

#A3533D (or 0xA3533D) is known color: Orange Roughy. HEX triplet: A3, 53 and 3D. RGB value is (163,83,61). Sum of RGB (Red+Green+Blue) = 163+83+61=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3533D is #5CACC2. Grayscale: #686868. Windows color (decimal): -6073539 or 4019107. OLE color: 4019107.

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

Color convert

RGB 163 83 61 -
CMYK 0 0.49 0.63 0.36
HSL 12.94º 0.46% 0.44% -
HSV(B) 12.94º 0.63% 0.64% -
XYZ 19.04 14.31 6.17 -
YUV 104.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 163 83 61 0 0.49 0.63 0.36 12.94 0.46 0.44
Hex A3 53 3D 0 31 3F 24 D 2E 2C
Octal 243 123 75 0 61 77 44 15 56 54
Binary 10100011 1010011 111101 0 110001 111111 100100 1101 101110 101100

Color Harmonies of #A3533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3533D

Black with #A3533D

Text Example


Text Example

White with #A3533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3533D; }

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

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

background-color css

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

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

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

border-color css

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

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

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