Html Css Color HEX #AA4F39 Orange Roughy

📋 copy color: '#AA4F39'

red 170 ◦ green 79 ◦ blue 57

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

Shades of Orange Roughy #AA4F39

Tints of Orange Roughy #AA4F39

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.82%

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

R = 55.56%
G = 25.82%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA4F39 (or 0xAA4F39) is known color: Orange Roughy. HEX triplet: AA, 4F and 39. RGB value is (170,79,57). Sum of RGB (Red+Green+Blue) = 170+79+57=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F39 is #55B0C6. Grayscale: #676767. Windows color (decimal): -5615815 or 3755946. OLE color: 3755946.

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

Color convert

RGB 170 79 57 -
CMYK 0 0.54 0.66 0.33
HSL 11.68º 0.5% 0.45% -
HSV(B) 11.68º 0.66% 0.67% -
XYZ 20.11 14.43 5.6 -
YUV 103.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 170 79 57 0 0.54 0.66 0.33 11.68 0.5 0.45
Hex AA 4F 39 0 36 42 21 C 32 2D
Octal 252 117 71 0 66 102 41 14 62 55
Binary 10101010 1001111 111001 0 110110 1000010 100001 1100 110010 101101

Color Harmonies of #AA4F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F39

Black with #AA4F39

Text Example


Text Example

White with #AA4F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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