Html Css Color HEX #AA5538 Orange Roughy

📋 copy color: '#AA5538'

red 170 ◦ green 85 ◦ blue 56

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

Shades of Orange Roughy #AA5538

Tints of Orange Roughy #AA5538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 54.66%
G = 27.33%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA5538 (or 0xAA5538) is known color: Orange Roughy. HEX triplet: AA, 55 and 38. RGB value is (170,85,56). Sum of RGB (Red+Green+Blue) = 170+85+56=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5538 is #55AAC7. Grayscale: #6B6B6B. Windows color (decimal): -5614280 or 3691946. OLE color: 3691946.

HSL color Cylindrical-coordinate representation of color #AA5538: hue angle of 15.26º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA5538 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 56 -
CMYK 0 0.50 0.67 0.33
HSL 15.26º 0.5% 0.44% -
HSV(B) 15.26º 0.67% 0.67% -
XYZ 20.54 15.33 5.62 -
YUV 107.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 170 85 56 0 0.50 0.67 0.33 15.26 0.5 0.44
Hex AA 55 38 0 32 43 21 F 32 2C
Octal 252 125 70 0 62 103 41 17 62 54
Binary 10101010 1010101 111000 0 110010 1000011 100001 1111 110010 101100

Color Harmonies of #AA5538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5538

Black with #AA5538

Text Example


Text Example

White with #AA5538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5538; }

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

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

background-color css

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

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

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

border-color css

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

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

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