Html Css Color HEX #AA4934 Orange Roughy

📋 copy color: '#AA4934'

red 170 ◦ green 73 ◦ blue 52

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

Shades of Orange Roughy #AA4934

Tints of Orange Roughy #AA4934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

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

R = 57.63%
G = 24.75%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA4934 (or 0xAA4934) is known color: Orange Roughy. HEX triplet: AA, 49 and 34. RGB value is (170,73,52). Sum of RGB (Red+Green+Blue) = 170+73+52=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4934 is #55B6CB. Grayscale: #636363. Windows color (decimal): -5617356 or 3426730. OLE color: 3426730.

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

Color convert

RGB 170 73 52 -
CMYK 0 0.57 0.69 0.33
HSL 10.68º 0.53% 0.44% -
HSV(B) 10.68º 0.69% 0.67% -
XYZ 19.58 13.56 4.83 -
YUV 99.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 170 73 52 0 0.57 0.69 0.33 10.68 0.53 0.44
Hex AA 49 34 0 39 45 21 B 35 2C
Octal 252 111 64 0 71 105 41 13 65 54
Binary 10101010 1001001 110100 0 111001 1000101 100001 1011 110101 101100

Color Harmonies of #AA4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4934

Black with #AA4934

Text Example


Text Example

White with #AA4934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4934; }

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

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

background-color css

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

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

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

border-color css

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

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

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