Html Css Color HEX #A6573C Orange Roughy

📋 copy color: '#A6573C'

red 166 ◦ green 87 ◦ blue 60

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

Shades of Orange Roughy #A6573C

Tints of Orange Roughy #A6573C

RGB

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

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

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

R = 53.04%
G = 27.8%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6573C (or 0xA6573C) is known color: Orange Roughy. HEX triplet: A6, 57 and 3C. RGB value is (166,87,60). Sum of RGB (Red+Green+Blue) = 166+87+60=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6573C is #59A8C3. Grayscale: #6B6B6B. Windows color (decimal): -5875908 or 3954598. OLE color: 3954598.

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

Color convert

RGB 166 87 60 -
CMYK 0 0.48 0.64 0.35
HSL 15.28º 0.47% 0.44% -
HSV(B) 15.28º 0.64% 0.65% -
XYZ 19.95 15.25 6.17 -
YUV 107.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 166 87 60 0 0.48 0.64 0.35 15.28 0.47 0.44
Hex A6 57 3C 0 30 40 23 F 2F 2C
Octal 246 127 74 0 60 100 43 17 57 54
Binary 10100110 1010111 111100 0 110000 1000000 100011 1111 101111 101100

Color Harmonies of #A6573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6573C

Black with #A6573C

Text Example


Text Example

White with #A6573C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6573C; }

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

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

background-color css

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

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

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

border-color css

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

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

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