Html Css Color HEX #AA4E3C Orange Roughy

📋 copy color: '#AA4E3C'

red 170 ◦ green 78 ◦ blue 60

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

Shades of Orange Roughy #AA4E3C

Tints of Orange Roughy #AA4E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 55.19%
G = 25.32%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA4E3C (or 0xAA4E3C) is known color: Orange Roughy. HEX triplet: AA, 4E and 3C. RGB value is (170,78,60). Sum of RGB (Red+Green+Blue) = 170+78+60=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E3C is #55B1C3. Grayscale: #676767. Windows color (decimal): -5616068 or 3952298. OLE color: 3952298.

HSL color Cylindrical-coordinate representation of color #AA4E3C: hue angle of 9.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4E3C is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 60 -
CMYK 0 0.54 0.65 0.33
HSL 9.82º 0.48% 0.45% -
HSV(B) 9.82º 0.65% 0.67% -
XYZ 20.12 14.32 5.98 -
YUV 103.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 170 78 60 0 0.54 0.65 0.33 9.82 0.48 0.45
Hex AA 4E 3C 0 36 41 21 A 30 2D
Octal 252 116 74 0 66 101 41 12 60 55
Binary 10101010 1001110 111100 0 110110 1000001 100001 1010 110000 101101

Color Harmonies of #AA4E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E3C

Black with #AA4E3C

Text Example


Text Example

White with #AA4E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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