Html Css Color HEX #A6543B Orange Roughy

📋 copy color: '#A6543B'

red 166 ◦ green 84 ◦ blue 59

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

Shades of Orange Roughy #A6543B

Tints of Orange Roughy #A6543B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.09%

R = 53.72%
G = 27.18%
B = 19.09%

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

#A6543B (or 0xA6543B) is known color: Orange Roughy. HEX triplet: A6, 54 and 3B. RGB value is (166,84,59). Sum of RGB (Red+Green+Blue) = 166+84+59=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6543B is #59ABC4. Grayscale: #696969. Windows color (decimal): -5876677 or 3888294. OLE color: 3888294.

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

Color convert

RGB 166 84 59 -
CMYK 0 0.49 0.64 0.35
HSL 14.02º 0.48% 0.44% -
HSV(B) 14.02º 0.64% 0.65% -
XYZ 19.69 14.76 5.95 -
YUV 105.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 166 84 59 0 0.49 0.64 0.35 14.02 0.48 0.44
Hex A6 54 3B 0 31 40 23 E 30 2C
Octal 246 124 73 0 61 100 43 16 60 54
Binary 10100110 1010100 111011 0 110001 1000000 100011 1110 110000 101100

Color Harmonies of #A6543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6543B

Black with #A6543B

Text Example


Text Example

White with #A6543B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6543B; }

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

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

background-color css

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

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

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

border-color css

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

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

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