Html Css Color HEX #AA553D Orange Roughy

📋 copy color: '#AA553D'

red 170 ◦ green 85 ◦ blue 61

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

Shades of Orange Roughy #AA553D

Tints of Orange Roughy #AA553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 53.8%
G = 26.9%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA553D (or 0xAA553D) is known color: Orange Roughy. HEX triplet: AA, 55 and 3D. RGB value is (170,85,61). Sum of RGB (Red+Green+Blue) = 170+85+61=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA553D is #55AAC2. Grayscale: #6B6B6B. Windows color (decimal): -5614275 or 4019626. OLE color: 4019626.

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

Color convert

RGB 170 85 61 -
CMYK 0 0.50 0.64 0.33
HSL 13.21º 0.47% 0.45% -
HSV(B) 13.21º 0.64% 0.67% -
XYZ 20.67 15.38 6.29 -
YUV 107.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 170 85 61 0 0.50 0.64 0.33 13.21 0.47 0.45
Hex AA 55 3D 0 32 40 21 D 2F 2D
Octal 252 125 75 0 62 100 41 15 57 55
Binary 10101010 1010101 111101 0 110010 1000000 100001 1101 101111 101101

Color Harmonies of #AA553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA553D

Black with #AA553D

Text Example


Text Example

White with #AA553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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