Html Css Color HEX #A3523E Orange Roughy

📋 copy color: '#A3523E'

red 163 ◦ green 82 ◦ blue 62

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

Shades of Orange Roughy #A3523E

Tints of Orange Roughy #A3523E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 53.09%
G = 26.71%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3523E (or 0xA3523E) is known color: Orange Roughy. HEX triplet: A3, 52 and 3E. RGB value is (163,82,62). Sum of RGB (Red+Green+Blue) = 163+82+62=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3523E is #5CADC1. Grayscale: #686868. Windows color (decimal): -6073794 or 4084387. OLE color: 4084387.

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

Color convert

RGB 163 82 62 -
CMYK 0 0.50 0.62 0.36
HSL 11.88º 0.45% 0.44% -
HSV(B) 11.88º 0.62% 0.64% -
XYZ 18.99 14.17 6.29 -
YUV 103.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 163 82 62 0 0.50 0.62 0.36 11.88 0.45 0.44
Hex A3 52 3E 0 32 3E 24 C 2D 2C
Octal 243 122 76 0 62 76 44 14 55 54
Binary 10100011 1010010 111110 0 110010 111110 100100 1100 101101 101100

Color Harmonies of #A3523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3523E

Black with #A3523E

Text Example


Text Example

White with #A3523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3523E; }

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

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

background-color css

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

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

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

border-color css

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

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

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