Html Css Color HEX #AA4E38 Orange Roughy

📋 copy color: '#AA4E38'

red 170 ◦ green 78 ◦ blue 56

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

Shades of Orange Roughy #AA4E38

Tints of Orange Roughy #AA4E38

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

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

R = 55.92%
G = 25.66%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA4E38 (or 0xAA4E38) is known color: Orange Roughy. HEX triplet: AA, 4E and 38. RGB value is (170,78,56). Sum of RGB (Red+Green+Blue) = 170+78+56=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E38 is #55B1C7. Grayscale: #676767. Windows color (decimal): -5616072 or 3690154. OLE color: 3690154.

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

Color convert

RGB 170 78 56 -
CMYK 0 0.54 0.67 0.33
HSL 11.58º 0.5% 0.44% -
HSV(B) 11.58º 0.67% 0.67% -
XYZ 20.02 14.28 5.44 -
YUV 103 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 170 78 56 0 0.54 0.67 0.33 11.58 0.5 0.44
Hex AA 4E 38 0 36 43 21 C 32 2C
Octal 252 116 70 0 66 103 41 14 62 54
Binary 10101010 1001110 111000 0 110110 1000011 100001 1100 110010 101100

Color Harmonies of #AA4E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E38

Black with #AA4E38

Text Example


Text Example

White with #AA4E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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