Html Css Color HEX #AA5436 Orange Roughy

📋 copy color: '#AA5436'

red 170 ◦ green 84 ◦ blue 54

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

Shades of Orange Roughy #AA5436

Tints of Orange Roughy #AA5436

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 55.19%
G = 27.27%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA5436 (or 0xAA5436) is known color: Orange Roughy. HEX triplet: AA, 54 and 36. RGB value is (170,84,54). Sum of RGB (Red+Green+Blue) = 170+84+54=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5436 is #55ABC9. Grayscale: #6A6A6A. Windows color (decimal): -5614538 or 3560618. OLE color: 3560618.

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

Color convert

RGB 170 84 54 -
CMYK 0 0.51 0.68 0.33
HSL 15.52º 0.52% 0.44% -
HSV(B) 15.52º 0.68% 0.67% -
XYZ 20.41 15.15 5.34 -
YUV 106.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 170 84 54 0 0.51 0.68 0.33 15.52 0.52 0.44
Hex AA 54 36 0 33 44 21 10 34 2C
Octal 252 124 66 0 63 104 41 20 64 54
Binary 10101010 1010100 110110 0 110011 1000100 100001 10000 110100 101100

Color Harmonies of #AA5436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5436

Black with #AA5436

Text Example


Text Example

White with #AA5436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5436; }

 p { color: rgb(170,84,54); }

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

background-color css

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

 a { background-color: rgb(170,84,54); }

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

border-color css

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

 span { border-color: rgb(170,84,54); }

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