Html Css Color HEX #AA4A32 Orange Roughy

📋 copy color: '#AA4A32'

red 170 ◦ green 74 ◦ blue 50

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

Shades of Orange Roughy #AA4A32

Tints of Orange Roughy #AA4A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 57.82%
G = 25.17%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA4A32 (or 0xAA4A32) is known color: Orange Roughy. HEX triplet: AA, 4A and 32. RGB value is (170,74,50). Sum of RGB (Red+Green+Blue) = 170+74+50=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A32 is #55B5CD. Grayscale: #646464. Windows color (decimal): -5617102 or 3295914. OLE color: 3295914.

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

Color convert

RGB 170 74 50 -
CMYK 0 0.56 0.71 0.33
HSL 12º 0.55% 0.43% -
HSV(B) 12º 0.71% 0.67% -
XYZ 19.6 13.67 4.62 -
YUV 99.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 170 74 50 0 0.56 0.71 0.33 12 0.55 0.43
Hex AA 4A 32 0 38 47 21 C 37 2B
Octal 252 112 62 0 70 107 41 14 67 53
Binary 10101010 1001010 110010 0 111000 1000111 100001 1100 110111 101011

Color Harmonies of #AA4A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A32

Black with #AA4A32

Text Example


Text Example

White with #AA4A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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