Html Css Color HEX #A6583B Orange Roughy

📋 copy color: '#A6583B'

red 166 ◦ green 88 ◦ blue 59

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

Shades of Orange Roughy #A6583B

Tints of Orange Roughy #A6583B

RGB

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

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

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

R = 53.04%
G = 28.12%
B = 18.85%

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

#A6583B (or 0xA6583B) is known color: Orange Roughy. HEX triplet: A6, 58 and 3B. RGB value is (166,88,59). Sum of RGB (Red+Green+Blue) = 166+88+59=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6583B is #59A7C4. Grayscale: #6C6C6C. Windows color (decimal): -5875653 or 3889318. OLE color: 3889318.

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

Color convert

RGB 166 88 59 -
CMYK 0 0.47 0.64 0.35
HSL 16.26º 0.48% 0.44% -
HSV(B) 16.26º 0.64% 0.65% -
XYZ 20.01 15.4 6.06 -
YUV 108.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 166 88 59 0 0.47 0.64 0.35 16.26 0.48 0.44
Hex A6 58 3B 0 2F 40 23 10 30 2C
Octal 246 130 73 0 57 100 43 20 60 54
Binary 10100110 1011000 111011 0 101111 1000000 100011 10000 110000 101100

Color Harmonies of #A6583B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6583B

Black with #A6583B

Text Example


Text Example

White with #A6583B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6583B; }

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

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

background-color css

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

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

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

border-color css

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

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

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