Html Css Color HEX #AA553E Orange Roughy

📋 copy color: '#AA553E'

red 170 ◦ green 85 ◦ blue 62

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

Shades of Orange Roughy #AA553E

Tints of Orange Roughy #AA553E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 53.63%
G = 26.81%
B = 19.56%

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

#AA553E (or 0xAA553E) is known color: Orange Roughy. HEX triplet: AA, 55 and 3E. RGB value is (170,85,62). Sum of RGB (Red+Green+Blue) = 170+85+62=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA553E is #55AAC1. Grayscale: #6B6B6B. Windows color (decimal): -5614274 or 4085162. OLE color: 4085162.

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

Color convert

RGB 170 85 62 -
CMYK 0 0.50 0.64 0.33
HSL 12.78º 0.47% 0.45% -
HSV(B) 12.78º 0.64% 0.67% -
XYZ 20.7 15.39 6.44 -
YUV 107.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 170 85 62 0 0.50 0.64 0.33 12.78 0.47 0.45
Hex AA 55 3E 0 32 40 21 D 2F 2D
Octal 252 125 76 0 62 100 41 15 57 55
Binary 10101010 1010101 111110 0 110010 1000000 100001 1101 101111 101101

Color Harmonies of #AA553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA553E

Black with #AA553E

Text Example


Text Example

White with #AA553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA553E; }

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

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

background-color css

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

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

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

border-color css

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

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

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