Html Css Color HEX #A6543D Orange Roughy

📋 copy color: '#A6543D'

red 166 ◦ green 84 ◦ blue 61

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

Shades of Orange Roughy #A6543D

Tints of Orange Roughy #A6543D

RGB

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

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

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

R = 53.38%
G = 27.01%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6543D (or 0xA6543D) is known color: Orange Roughy. HEX triplet: A6, 54 and 3D. RGB value is (166,84,61). Sum of RGB (Red+Green+Blue) = 166+84+61=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6543D is #59ABC2. Grayscale: #6A6A6A. Windows color (decimal): -5876675 or 4019366. OLE color: 4019366.

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

Color convert

RGB 166 84 61 -
CMYK 0 0.49 0.63 0.35
HSL 13.14º 0.46% 0.45% -
HSV(B) 13.14º 0.63% 0.65% -
XYZ 19.74 14.78 6.23 -
YUV 105.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 166 84 61 0 0.49 0.63 0.35 13.14 0.46 0.45
Hex A6 54 3D 0 31 3F 23 D 2E 2D
Octal 246 124 75 0 61 77 43 15 56 55
Binary 10100110 1010100 111101 0 110001 111111 100011 1101 101110 101101

Color Harmonies of #A6543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6543D

Black with #A6543D

Text Example


Text Example

White with #A6543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6543D; }

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

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

background-color css

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

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

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

border-color css

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

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

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