Html Css Color HEX #AA4A34 Orange Roughy

📋 copy color: '#AA4A34'

red 170 ◦ green 74 ◦ blue 52

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

Shades of Orange Roughy #AA4A34

Tints of Orange Roughy #AA4A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

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

R = 57.43%
G = 25%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA4A34 (or 0xAA4A34) is known color: Orange Roughy. HEX triplet: AA, 4A and 34. RGB value is (170,74,52). Sum of RGB (Red+Green+Blue) = 170+74+52=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A34 is #55B5CB. Grayscale: #646464. Windows color (decimal): -5617100 or 3426986. OLE color: 3426986.

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

Color convert

RGB 170 74 52 -
CMYK 0 0.56 0.69 0.33
HSL 11.19º 0.53% 0.44% -
HSV(B) 11.19º 0.69% 0.67% -
XYZ 19.65 13.69 4.86 -
YUV 100.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 170 74 52 0 0.56 0.69 0.33 11.19 0.53 0.44
Hex AA 4A 34 0 38 45 21 B 35 2C
Octal 252 112 64 0 70 105 41 13 65 54
Binary 10101010 1001010 110100 0 111000 1000101 100001 1011 110101 101100

Color Harmonies of #AA4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A34

Black with #AA4A34

Text Example


Text Example

White with #AA4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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