Html Css Color HEX #AA513C Orange Roughy

📋 copy color: '#AA513C'

red 170 ◦ green 81 ◦ blue 60

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

Shades of Orange Roughy #AA513C

Tints of Orange Roughy #AA513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 54.66%
G = 26.05%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA513C (or 0xAA513C) is known color: Orange Roughy. HEX triplet: AA, 51 and 3C. RGB value is (170,81,60). Sum of RGB (Red+Green+Blue) = 170+81+60=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA513C is #55AEC3. Grayscale: #696969. Windows color (decimal): -5615300 or 3953066. OLE color: 3953066.

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

Color convert

RGB 170 81 60 -
CMYK 0 0.52 0.65 0.33
HSL 11.45º 0.48% 0.45% -
HSV(B) 11.45º 0.65% 0.67% -
XYZ 20.34 14.76 6.05 -
YUV 105.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 170 81 60 0 0.52 0.65 0.33 11.45 0.48 0.45
Hex AA 51 3C 0 34 41 21 B 30 2D
Octal 252 121 74 0 64 101 41 13 60 55
Binary 10101010 1010001 111100 0 110100 1000001 100001 1011 110000 101101

Color Harmonies of #AA513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA513C

Black with #AA513C

Text Example


Text Example

White with #AA513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA513C; }

 p { color: rgb(170,81,60); }

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

background-color css

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

 a { background-color: rgb(170,81,60); }

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

border-color css

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

 span { border-color: rgb(170,81,60); }

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