Html Css Color HEX #A6553B Orange Roughy

📋 copy color: '#A6553B'

red 166 ◦ green 85 ◦ blue 59

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

Shades of Orange Roughy #A6553B

Tints of Orange Roughy #A6553B

RGB

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

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

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

R = 53.55%
G = 27.42%
B = 19.03%

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

#A6553B (or 0xA6553B) is known color: Orange Roughy. HEX triplet: A6, 55 and 3B. RGB value is (166,85,59). Sum of RGB (Red+Green+Blue) = 166+85+59=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6553B is #59AAC4. Grayscale: #6A6A6A. Windows color (decimal): -5876421 or 3888550. OLE color: 3888550.

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

Color convert

RGB 166 85 59 -
CMYK 0 0.49 0.64 0.35
HSL 14.58º 0.48% 0.44% -
HSV(B) 14.58º 0.64% 0.65% -
XYZ 19.76 14.92 5.98 -
YUV 106.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 166 85 59 0 0.49 0.64 0.35 14.58 0.48 0.44
Hex A6 55 3B 0 31 40 23 F 30 2C
Octal 246 125 73 0 61 100 43 17 60 54
Binary 10100110 1010101 111011 0 110001 1000000 100011 1111 110000 101100

Color Harmonies of #A6553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6553B

Black with #A6553B

Text Example


Text Example

White with #A6553B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6553B; }

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

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

background-color css

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

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

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

border-color css

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

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

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