Html Css Color HEX #AA4D39 Orange Roughy

📋 copy color: '#AA4D39'

red 170 ◦ green 77 ◦ blue 57

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

Shades of Orange Roughy #AA4D39

Tints of Orange Roughy #AA4D39

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.33%

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 55.92%
G = 25.33%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA4D39 (or 0xAA4D39) is known color: Orange Roughy. HEX triplet: AA, 4D and 39. RGB value is (170,77,57). Sum of RGB (Red+Green+Blue) = 170+77+57=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D39 is #55B2C6. Grayscale: #666666. Windows color (decimal): -5616327 or 3755434. OLE color: 3755434.

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

Color convert

RGB 170 77 57 -
CMYK 0 0.55 0.66 0.33
HSL 10.62º 0.5% 0.45% -
HSV(B) 10.62º 0.66% 0.67% -
XYZ 19.97 14.15 5.55 -
YUV 102.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 170 77 57 0 0.55 0.66 0.33 10.62 0.5 0.45
Hex AA 4D 39 0 37 42 21 B 32 2D
Octal 252 115 71 0 67 102 41 13 62 55
Binary 10101010 1001101 111001 0 110111 1000010 100001 1011 110010 101101

Color Harmonies of #AA4D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D39

Black with #AA4D39

Text Example


Text Example

White with #AA4D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D39; }

 p { color: rgb(170,77,57); }

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

background-color css

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

 a { background-color: rgb(170,77,57); }

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

border-color css

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

 span { border-color: rgb(170,77,57); }

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