Html Css Color HEX #A6543C Orange Roughy

📋 copy color: '#A6543C'

red 166 ◦ green 84 ◦ blue 60

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

Shades of Orange Roughy #A6543C

Tints of Orange Roughy #A6543C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 53.55%
G = 27.1%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6543C (or 0xA6543C) is known color: Orange Roughy. HEX triplet: A6, 54 and 3C. RGB value is (166,84,60). Sum of RGB (Red+Green+Blue) = 166+84+60=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6543C is #59ABC3. Grayscale: #696969. Windows color (decimal): -5876676 or 3953830. OLE color: 3953830.

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

Color convert

RGB 166 84 60 -
CMYK 0 0.49 0.64 0.35
HSL 13.58º 0.47% 0.44% -
HSV(B) 13.58º 0.64% 0.65% -
XYZ 19.71 14.77 6.09 -
YUV 105.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 166 84 60 0 0.49 0.64 0.35 13.58 0.47 0.44
Hex A6 54 3C 0 31 40 23 E 2F 2C
Octal 246 124 74 0 61 100 43 16 57 54
Binary 10100110 1010100 111100 0 110001 1000000 100011 1110 101111 101100

Color Harmonies of #A6543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6543C

Black with #A6543C

Text Example


Text Example

White with #A6543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6543C; }

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

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

background-color css

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

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

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

border-color css

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

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

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