Html Css Color HEX #AA4D38 Orange Roughy

📋 copy color: '#AA4D38'

red 170 ◦ green 77 ◦ blue 56

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

Shades of Orange Roughy #AA4D38

Tints of Orange Roughy #AA4D38

RGB

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

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

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

R = 56.11%
G = 25.41%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA4D38 (or 0xAA4D38) is known color: Orange Roughy. HEX triplet: AA, 4D and 38. RGB value is (170,77,56). Sum of RGB (Red+Green+Blue) = 170+77+56=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D38 is #55B2C7. Grayscale: #666666. Windows color (decimal): -5616328 or 3689898. OLE color: 3689898.

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

Color convert

RGB 170 77 56 -
CMYK 0 0.55 0.67 0.33
HSL 11.05º 0.5% 0.44% -
HSV(B) 11.05º 0.67% 0.67% -
XYZ 19.95 14.14 5.42 -
YUV 102.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 170 77 56 0 0.55 0.67 0.33 11.05 0.5 0.44
Hex AA 4D 38 0 37 43 21 B 32 2C
Octal 252 115 70 0 67 103 41 13 62 54
Binary 10101010 1001101 111000 0 110111 1000011 100001 1011 110010 101100

Color Harmonies of #AA4D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D38

Black with #AA4D38

Text Example


Text Example

White with #AA4D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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