Html Css Color HEX #A6553E Orange Roughy

📋 copy color: '#A6553E'

red 166 ◦ green 85 ◦ blue 62

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

Shades of Orange Roughy #A6553E

Tints of Orange Roughy #A6553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

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

R = 53.04%
G = 27.16%
B = 19.81%

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

#A6553E (or 0xA6553E) is known color: Orange Roughy. HEX triplet: A6, 55 and 3E. RGB value is (166,85,62). Sum of RGB (Red+Green+Blue) = 166+85+62=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6553E is #59AAC1. Grayscale: #6A6A6A. Windows color (decimal): -5876418 or 4085158. OLE color: 4085158.

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

Color convert

RGB 166 85 62 -
CMYK 0 0.49 0.63 0.35
HSL 13.27º 0.46% 0.45% -
HSV(B) 13.27º 0.63% 0.65% -
XYZ 19.84 14.95 6.4 -
YUV 106.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 166 85 62 0 0.49 0.63 0.35 13.27 0.46 0.45
Hex A6 55 3E 0 31 3F 23 D 2E 2D
Octal 246 125 76 0 61 77 43 15 56 55
Binary 10100110 1010101 111110 0 110001 111111 100011 1101 101110 101101

Color Harmonies of #A6553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6553E

Black with #A6553E

Text Example


Text Example

White with #A6553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6553E; }

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

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

background-color css

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

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

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

border-color css

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

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

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