Html Css Color HEX #A6543E Orange Roughy

📋 copy color: '#A6543E'

red 166 ◦ green 84 ◦ blue 62

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

Shades of Orange Roughy #A6543E

Tints of Orange Roughy #A6543E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.87%

R = 53.21%
G = 26.92%
B = 19.87%

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

#A6543E (or 0xA6543E) is known color: Orange Roughy. HEX triplet: A6, 54 and 3E. RGB value is (166,84,62). Sum of RGB (Red+Green+Blue) = 166+84+62=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6543E is #59ABC1. Grayscale: #6A6A6A. Windows color (decimal): -5876674 or 4084902. OLE color: 4084902.

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

Color convert

RGB 166 84 62 -
CMYK 0 0.49 0.63 0.35
HSL 12.69º 0.46% 0.45% -
HSV(B) 12.69º 0.63% 0.65% -
XYZ 19.77 14.8 6.37 -
YUV 106.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 166 84 62 0 0.49 0.63 0.35 12.69 0.46 0.45
Hex A6 54 3E 0 31 3F 23 D 2E 2D
Octal 246 124 76 0 61 77 43 15 56 55
Binary 10100110 1010100 111110 0 110001 111111 100011 1101 101110 101101

Color Harmonies of #A6543E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6543E

Black with #A6543E

Text Example


Text Example

White with #A6543E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6543E; }

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

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

background-color css

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

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

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

border-color css

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

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

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