Html Css Color HEX #A6523B Orange Roughy

📋 copy color: '#A6523B'

red 166 ◦ green 82 ◦ blue 59

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

Shades of Orange Roughy #A6523B

Tints of Orange Roughy #A6523B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

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

R = 54.07%
G = 26.71%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6523B (or 0xA6523B) is known color: Orange Roughy. HEX triplet: A6, 52 and 3B. RGB value is (166,82,59). Sum of RGB (Red+Green+Blue) = 166+82+59=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6523B is #59ADC4. Grayscale: #686868. Windows color (decimal): -5877189 or 3887782. OLE color: 3887782.

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

Color convert

RGB 166 82 59 -
CMYK 0 0.51 0.64 0.35
HSL 12.9º 0.48% 0.44% -
HSV(B) 12.9º 0.64% 0.65% -
XYZ 19.53 14.46 5.9 -
YUV 104.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 166 82 59 0 0.51 0.64 0.35 12.9 0.48 0.44
Hex A6 52 3B 0 33 40 23 D 30 2C
Octal 246 122 73 0 63 100 43 15 60 54
Binary 10100110 1010010 111011 0 110011 1000000 100011 1101 110000 101100

Color Harmonies of #A6523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6523B

Black with #A6523B

Text Example


Text Example

White with #A6523B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6523B; }

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

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

background-color css

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

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

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

border-color css

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

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

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