Html Css Color HEX #AA5438 Orange Roughy

📋 copy color: '#AA5438'

red 170 ◦ green 84 ◦ blue 56

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

Shades of Orange Roughy #AA5438

Tints of Orange Roughy #AA5438

RGB

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

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

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

R = 54.84%
G = 27.1%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA5438 (or 0xAA5438) is known color: Orange Roughy. HEX triplet: AA, 54 and 38. RGB value is (170,84,56). Sum of RGB (Red+Green+Blue) = 170+84+56=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5438 is #55ABC7. Grayscale: #6A6A6A. Windows color (decimal): -5614536 or 3691690. OLE color: 3691690.

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

Color convert

RGB 170 84 56 -
CMYK 0 0.51 0.67 0.33
HSL 14.74º 0.5% 0.44% -
HSV(B) 14.74º 0.67% 0.67% -
XYZ 20.46 15.17 5.59 -
YUV 106.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 170 84 56 0 0.51 0.67 0.33 14.74 0.5 0.44
Hex AA 54 38 0 33 43 21 F 32 2C
Octal 252 124 70 0 63 103 41 17 62 54
Binary 10101010 1010100 111000 0 110011 1000011 100001 1111 110010 101100

Color Harmonies of #AA5438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5438

Black with #AA5438

Text Example


Text Example

White with #AA5438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5438; }

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

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

background-color css

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

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

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

border-color css

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

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

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