Html Css Color HEX #AA4F3D Orange Roughy

📋 copy color: '#AA4F3D'

red 170 ◦ green 79 ◦ blue 61

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

Shades of Orange Roughy #AA4F3D

Tints of Orange Roughy #AA4F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 54.84%
G = 25.48%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA4F3D (or 0xAA4F3D) is known color: Orange Roughy. HEX triplet: AA, 4F and 3D. RGB value is (170,79,61). Sum of RGB (Red+Green+Blue) = 170+79+61=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F3D is #55B0C2. Grayscale: #686868. Windows color (decimal): -5615811 or 4018090. OLE color: 4018090.

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

Color convert

RGB 170 79 61 -
CMYK 0 0.54 0.64 0.33
HSL 9.91º 0.47% 0.45% -
HSV(B) 9.91º 0.64% 0.67% -
XYZ 20.22 14.47 6.14 -
YUV 104.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 170 79 61 0 0.54 0.64 0.33 9.91 0.47 0.45
Hex AA 4F 3D 0 36 40 21 A 2F 2D
Octal 252 117 75 0 66 100 41 12 57 55
Binary 10101010 1001111 111101 0 110110 1000000 100001 1010 101111 101101

Color Harmonies of #AA4F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F3D

Black with #AA4F3D

Text Example


Text Example

White with #AA4F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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