Html Css Color HEX #A6553A Orange Roughy

📋 copy color: '#A6553A'

red 166 ◦ green 85 ◦ blue 58

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

Shades of Orange Roughy #A6553A

Tints of Orange Roughy #A6553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 53.72%
G = 27.51%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6553A (or 0xA6553A) is known color: Orange Roughy. HEX triplet: A6, 55 and 3A. RGB value is (166,85,58). Sum of RGB (Red+Green+Blue) = 166+85+58=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6553A is #59AAC5. Grayscale: #6A6A6A. Windows color (decimal): -5876422 or 3823014. OLE color: 3823014.

HSL color Cylindrical-coordinate representation of color #A6553A: hue angle of 15º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6553A is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 85 58 -
CMYK 0 0.49 0.65 0.35
HSL 15º 0.48% 0.44% -
HSV(B) 15º 0.65% 0.65% -
XYZ 19.74 14.91 5.84 -
YUV 106.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 166 85 58 0 0.49 0.65 0.35 15 0.48 0.44
Hex A6 55 3A 0 31 41 23 F 30 2C
Octal 246 125 72 0 61 101 43 17 60 54
Binary 10100110 1010101 111010 0 110001 1000001 100011 1111 110000 101100

Color Harmonies of #A6553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6553A

Black with #A6553A

Text Example


Text Example

White with #A6553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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