Html Css Color HEX #AA4F34 Orange Roughy

📋 copy color: '#AA4F34'

red 170 ◦ green 79 ◦ blue 52

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

Shades of Orange Roughy #AA4F34

Tints of Orange Roughy #AA4F34

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

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

R = 56.48%
G = 26.25%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA4F34 (or 0xAA4F34) is known color: Orange Roughy. HEX triplet: AA, 4F and 34. RGB value is (170,79,52). Sum of RGB (Red+Green+Blue) = 170+79+52=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F34 is #55B0CB. Grayscale: #676767. Windows color (decimal): -5615820 or 3428266. OLE color: 3428266.

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

Color convert

RGB 170 79 52 -
CMYK 0 0.54 0.69 0.33
HSL 13.73º 0.53% 0.44% -
HSV(B) 13.73º 0.69% 0.67% -
XYZ 19.99 14.39 4.97 -
YUV 103.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 170 79 52 0 0.54 0.69 0.33 13.73 0.53 0.44
Hex AA 4F 34 0 36 45 21 E 35 2C
Octal 252 117 64 0 66 105 41 16 65 54
Binary 10101010 1001111 110100 0 110110 1000101 100001 1110 110101 101100

Color Harmonies of #AA4F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F34

Black with #AA4F34

Text Example


Text Example

White with #AA4F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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