Html Css Color HEX #A3523C Orange Roughy

📋 copy color: '#A3523C'

red 163 ◦ green 82 ◦ blue 60

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

Shades of Orange Roughy #A3523C

Tints of Orange Roughy #A3523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

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

R = 53.44%
G = 26.89%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3523C (or 0xA3523C) is known color: Orange Roughy. HEX triplet: A3, 52 and 3C. RGB value is (163,82,60). Sum of RGB (Red+Green+Blue) = 163+82+60=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3523C is #5CADC3. Grayscale: #676767. Windows color (decimal): -6073796 or 3953315. OLE color: 3953315.

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

Color convert

RGB 163 82 60 -
CMYK 0 0.50 0.63 0.36
HSL 12.82º 0.46% 0.44% -
HSV(B) 12.82º 0.63% 0.64% -
XYZ 18.94 14.15 6.01 -
YUV 103.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 163 82 60 0 0.50 0.63 0.36 12.82 0.46 0.44
Hex A3 52 3C 0 32 3F 24 D 2E 2C
Octal 243 122 74 0 62 77 44 15 56 54
Binary 10100011 1010010 111100 0 110010 111111 100100 1101 101110 101100

Color Harmonies of #A3523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3523C

Black with #A3523C

Text Example


Text Example

White with #A3523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3523C; }

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

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

background-color css

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

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

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

border-color css

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

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

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