Html Css Color HEX #A6583C Orange Roughy

📋 copy color: '#A6583C'

red 166 ◦ green 88 ◦ blue 60

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

Shades of Orange Roughy #A6583C

Tints of Orange Roughy #A6583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 52.87%
G = 28.03%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6583C (or 0xA6583C) is known color: Orange Roughy. HEX triplet: A6, 58 and 3C. RGB value is (166,88,60). Sum of RGB (Red+Green+Blue) = 166+88+60=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6583C is #59A7C3. Grayscale: #6C6C6C. Windows color (decimal): -5875652 or 3954854. OLE color: 3954854.

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

Color convert

RGB 166 88 60 -
CMYK 0 0.47 0.64 0.35
HSL 15.85º 0.47% 0.44% -
HSV(B) 15.85º 0.64% 0.65% -
XYZ 20.03 15.41 6.19 -
YUV 108.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 166 88 60 0 0.47 0.64 0.35 15.85 0.47 0.44
Hex A6 58 3C 0 2F 40 23 10 2F 2C
Octal 246 130 74 0 57 100 43 20 57 54
Binary 10100110 1011000 111100 0 101111 1000000 100011 10000 101111 101100

Color Harmonies of #A6583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6583C

Black with #A6583C

Text Example


Text Example

White with #A6583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6583C; }

 p { color: rgb(166,88,60); }

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

background-color css

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

 a { background-color: rgb(166,88,60); }

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

border-color css

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

 span { border-color: rgb(166,88,60); }

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