Html Css Color HEX #AA4F3C Orange Roughy

📋 copy color: '#AA4F3C'

red 170 ◦ green 79 ◦ blue 60

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

Shades of Orange Roughy #AA4F3C

Tints of Orange Roughy #AA4F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 55.02%
G = 25.57%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA4F3C (or 0xAA4F3C) is known color: Orange Roughy. HEX triplet: AA, 4F and 3C. RGB value is (170,79,60). Sum of RGB (Red+Green+Blue) = 170+79+60=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F3C is #55B0C3. Grayscale: #686868. Windows color (decimal): -5615812 or 3952554. OLE color: 3952554.

HSL color Cylindrical-coordinate representation of color #AA4F3C: hue angle of 10.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4F3C is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 79 60 -
CMYK 0 0.54 0.65 0.33
HSL 10.36º 0.48% 0.45% -
HSV(B) 10.36º 0.65% 0.67% -
XYZ 20.19 14.46 6 -
YUV 104.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 170 79 60 0 0.54 0.65 0.33 10.36 0.48 0.45
Hex AA 4F 3C 0 36 41 21 A 30 2D
Octal 252 117 74 0 66 101 41 12 60 55
Binary 10101010 1001111 111100 0 110110 1000001 100001 1010 110000 101101

Color Harmonies of #AA4F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F3C

Black with #AA4F3C

Text Example


Text Example

White with #AA4F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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