Html Css Color HEX #A6523A Orange Roughy

📋 copy color: '#A6523A'

red 166 ◦ green 82 ◦ blue 58

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

Shades of Orange Roughy #A6523A

Tints of Orange Roughy #A6523A

RGB

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

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

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

R = 54.25%
G = 26.8%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6523A (or 0xA6523A) is known color: Orange Roughy. HEX triplet: A6, 52 and 3A. RGB value is (166,82,58). Sum of RGB (Red+Green+Blue) = 166+82+58=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A6523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6523A is #59ADC5. Grayscale: #686868. Windows color (decimal): -5877190 or 3822246. OLE color: 3822246.

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

Color convert

RGB 166 82 58 -
CMYK 0 0.51 0.65 0.35
HSL 13.33º 0.48% 0.44% -
HSV(B) 13.33º 0.65% 0.65% -
XYZ 19.51 14.45 5.76 -
YUV 104.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 166 82 58 0 0.51 0.65 0.35 13.33 0.48 0.44
Hex A6 52 3A 0 33 41 23 D 30 2C
Octal 246 122 72 0 63 101 43 15 60 54
Binary 10100110 1010010 111010 0 110011 1000001 100011 1101 110000 101100

Color Harmonies of #A6523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6523A

Black with #A6523A

Text Example


Text Example

White with #A6523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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