Html Css Color HEX #AA523D Orange Roughy

📋 copy color: '#AA523D'

red 170 ◦ green 82 ◦ blue 61

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

Shades of Orange Roughy #AA523D

Tints of Orange Roughy #AA523D

RGB

 RED value IS 170 (66.8% from 255) = 54.31%

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

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

R = 54.31%
G = 26.2%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA523D (or 0xAA523D) is known color: Orange Roughy. HEX triplet: AA, 52 and 3D. RGB value is (170,82,61). Sum of RGB (Red+Green+Blue) = 170+82+61=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA523D is #55ADC2. Grayscale: #6A6A6A. Windows color (decimal): -5615043 or 4018858. OLE color: 4018858.

HSL color Cylindrical-coordinate representation of color #AA523D: hue angle of 11.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA523D is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 82 61 -
CMYK 0 0.52 0.64 0.33
HSL 11.56º 0.47% 0.45% -
HSV(B) 11.56º 0.64% 0.67% -
XYZ 20.44 14.92 6.22 -
YUV 105.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 170 82 61 0 0.52 0.64 0.33 11.56 0.47 0.45
Hex AA 52 3D 0 34 40 21 C 2F 2D
Octal 252 122 75 0 64 100 41 14 57 55
Binary 10101010 1010010 111101 0 110100 1000000 100001 1100 101111 101101

Color Harmonies of #AA523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA523D

Black with #AA523D

Text Example


Text Example

White with #AA523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA523D; }

 p { color: rgb(170,82,61); }

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

background-color css

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

 a { background-color: rgb(170,82,61); }

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

border-color css

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

 span { border-color: rgb(170,82,61); }

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