Html Css Color HEX #A6503D Orange Roughy

📋 copy color: '#A6503D'

red 166 ◦ green 80 ◦ blue 61

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

Shades of Orange Roughy #A6503D

Tints of Orange Roughy #A6503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 54.07%
G = 26.06%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6503D (or 0xA6503D) is known color: Orange Roughy. HEX triplet: A6, 50 and 3D. RGB value is (166,80,61). Sum of RGB (Red+Green+Blue) = 166+80+61=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6503D is #59AFC2. Grayscale: #676767. Windows color (decimal): -5877699 or 4018342. OLE color: 4018342.

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

Color convert

RGB 166 80 61 -
CMYK 0 0.52 0.63 0.35
HSL 10.86º 0.46% 0.45% -
HSV(B) 10.86º 0.63% 0.65% -
XYZ 19.44 14.18 6.13 -
YUV 103.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 166 80 61 0 0.52 0.63 0.35 10.86 0.46 0.45
Hex A6 50 3D 0 34 3F 23 B 2E 2D
Octal 246 120 75 0 64 77 43 13 56 55
Binary 10100110 1010000 111101 0 110100 111111 100011 1011 101110 101101

Color Harmonies of #A6503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6503D

Black with #A6503D

Text Example


Text Example

White with #A6503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6503D; }

 p { color: rgb(166,80,61); }

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

background-color css

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

 a { background-color: rgb(166,80,61); }

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

border-color css

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

 span { border-color: rgb(166,80,61); }

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