Html Css Color HEX #AA4F3B Orange Roughy

📋 copy color: '#AA4F3B'

red 170 ◦ green 79 ◦ blue 59

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

Shades of Orange Roughy #AA4F3B

Tints of Orange Roughy #AA4F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 55.19%
G = 25.65%
B = 19.16%

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

#AA4F3B (or 0xAA4F3B) is known color: Orange Roughy. HEX triplet: AA, 4F and 3B. RGB value is (170,79,59). Sum of RGB (Red+Green+Blue) = 170+79+59=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F3B is #55B0C4. Grayscale: #686868. Windows color (decimal): -5615813 or 3887018. OLE color: 3887018.

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

Color convert

RGB 170 79 59 -
CMYK 0 0.54 0.65 0.33
HSL 10.81º 0.48% 0.45% -
HSV(B) 10.81º 0.65% 0.67% -
XYZ 20.16 14.45 5.86 -
YUV 103.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 170 79 59 0 0.54 0.65 0.33 10.81 0.48 0.45
Hex AA 4F 3B 0 36 41 21 B 30 2D
Octal 252 117 73 0 66 101 41 13 60 55
Binary 10101010 1001111 111011 0 110110 1000001 100001 1011 110000 101101

Color Harmonies of #AA4F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F3B

Black with #AA4F3B

Text Example


Text Example

White with #AA4F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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