Html Css Color HEX #AA5434 Orange Roughy

📋 copy color: '#AA5434'

red 170 ◦ green 84 ◦ blue 52

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

Shades of Orange Roughy #AA5434

Tints of Orange Roughy #AA5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 55.56%
G = 27.45%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA5434 (or 0xAA5434) is known color: Orange Roughy. HEX triplet: AA, 54 and 34. RGB value is (170,84,52). Sum of RGB (Red+Green+Blue) = 170+84+52=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5434 is #55ABCB. Grayscale: #6A6A6A. Windows color (decimal): -5614540 or 3429546. OLE color: 3429546.

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

Color convert

RGB 170 84 52 -
CMYK 0 0.51 0.69 0.33
HSL 16.27º 0.53% 0.44% -
HSV(B) 16.27º 0.69% 0.67% -
XYZ 20.37 15.13 5.1 -
YUV 106.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 170 84 52 0 0.51 0.69 0.33 16.27 0.53 0.44
Hex AA 54 34 0 33 45 21 10 35 2C
Octal 252 124 64 0 63 105 41 20 65 54
Binary 10101010 1010100 110100 0 110011 1000101 100001 10000 110101 101100

Color Harmonies of #AA5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5434

Black with #AA5434

Text Example


Text Example

White with #AA5434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5434; }

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

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

background-color css

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

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

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

border-color css

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

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

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