Html Css Color HEX #AA4D34 Orange Roughy

📋 copy color: '#AA4D34'

red 170 ◦ green 77 ◦ blue 52

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

Shades of Orange Roughy #AA4D34

Tints of Orange Roughy #AA4D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 56.86%
G = 25.75%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA4D34 (or 0xAA4D34) is known color: Orange Roughy. HEX triplet: AA, 4D and 34. RGB value is (170,77,52). Sum of RGB (Red+Green+Blue) = 170+77+52=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D34 is #55B2CB. Grayscale: #666666. Windows color (decimal): -5616332 or 3427754. OLE color: 3427754.

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

Color convert

RGB 170 77 52 -
CMYK 0 0.55 0.69 0.33
HSL 12.71º 0.53% 0.44% -
HSV(B) 12.71º 0.69% 0.67% -
XYZ 19.85 14.1 4.92 -
YUV 101.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 170 77 52 0 0.55 0.69 0.33 12.71 0.53 0.44
Hex AA 4D 34 0 37 45 21 D 35 2C
Octal 252 115 64 0 67 105 41 15 65 54
Binary 10101010 1001101 110100 0 110111 1000101 100001 1101 110101 101100

Color Harmonies of #AA4D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D34

Black with #AA4D34

Text Example


Text Example

White with #AA4D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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