Html Css Color HEX #A6573D Orange Roughy

📋 copy color: '#A6573D'

red 166 ◦ green 87 ◦ blue 61

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

Shades of Orange Roughy #A6573D

Tints of Orange Roughy #A6573D

RGB

 RED value IS 166 (65.23% from 255) = 52.87%

 GREEN value IS 87 (34.38% from 255) = 27.71%

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

R = 52.87%
G = 27.71%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6573D (or 0xA6573D) is known color: Orange Roughy. HEX triplet: A6, 57 and 3D. RGB value is (166,87,61). Sum of RGB (Red+Green+Blue) = 166+87+61=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6573D is #59A8C2. Grayscale: #6B6B6B. Windows color (decimal): -5875907 or 4020134. OLE color: 4020134.

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

Color convert

RGB 166 87 61 -
CMYK 0 0.48 0.63 0.35
HSL 14.86º 0.46% 0.45% -
HSV(B) 14.86º 0.63% 0.65% -
XYZ 19.98 15.26 6.31 -
YUV 107.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 166 87 61 0 0.48 0.63 0.35 14.86 0.46 0.45
Hex A6 57 3D 0 30 3F 23 F 2E 2D
Octal 246 127 75 0 60 77 43 17 56 55
Binary 10100110 1010111 111101 0 110000 111111 100011 1111 101110 101101

Color Harmonies of #A6573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6573D

Black with #A6573D

Text Example


Text Example

White with #A6573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6573D; }

 p { color: rgb(166,87,61); }

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

background-color css

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

 a { background-color: rgb(166,87,61); }

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

border-color css

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

 span { border-color: rgb(166,87,61); }

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