Html Css Color HEX #AB4F33 Orange Roughy

📋 copy color: '#AB4F33'

red 171 ◦ green 79 ◦ blue 51

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

Shades of Orange Roughy #AB4F33

Tints of Orange Roughy #AB4F33

RGB

 RED value IS 171 (67.19% from 255) = 56.81%

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

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 56.81%
G = 26.25%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB4F33 (or 0xAB4F33) is known color: Orange Roughy. HEX triplet: AB, 4F and 33. RGB value is (171,79,51). Sum of RGB (Red+Green+Blue) = 171+79+51=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F33 is #54B0CC. Grayscale: #676767. Windows color (decimal): -5550285 or 3362731. OLE color: 3362731.

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

Color convert

RGB 171 79 51 -
CMYK 0 0.54 0.70 0.33
HSL 14º 0.54% 0.44% -
HSV(B) 14º 0.7% 0.67% -
XYZ 20.19 14.49 4.86 -
YUV 103.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 171 79 51 0 0.54 0.70 0.33 14 0.54 0.44
Hex AB 4F 33 0 36 46 21 E 36 2C
Octal 253 117 63 0 66 106 41 16 66 54
Binary 10101011 1001111 110011 0 110110 1000110 100001 1110 110110 101100

Color Harmonies of #AB4F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4F33

Black with #AB4F33

Text Example


Text Example

White with #AB4F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4F33; }

 p { color: rgb(171,79,51); }

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

background-color css

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

 a { background-color: rgb(171,79,51); }

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

border-color css

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

 span { border-color: rgb(171,79,51); }

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