Html Css Color HEX #AB4B33 Orange Roughy

📋 copy color: '#AB4B33'

red 171 ◦ green 75 ◦ blue 51

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

Shades of Orange Roughy #AB4B33

Tints of Orange Roughy #AB4B33

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

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

R = 57.58%
G = 25.25%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB4B33 (or 0xAB4B33) is known color: Orange Roughy. HEX triplet: AB, 4B and 33. RGB value is (171,75,51). Sum of RGB (Red+Green+Blue) = 171+75+51=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4B33 is #54B4CC. Grayscale: #656565. Windows color (decimal): -5551309 or 3361707. OLE color: 3361707.

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

Color convert

RGB 171 75 51 -
CMYK 0 0.56 0.70 0.33
HSL 12º 0.54% 0.44% -
HSV(B) 12º 0.7% 0.67% -
XYZ 19.91 13.93 4.77 -
YUV 100.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 171 75 51 0 0.56 0.70 0.33 12 0.54 0.44
Hex AB 4B 33 0 38 46 21 C 36 2C
Octal 253 113 63 0 70 106 41 14 66 54
Binary 10101011 1001011 110011 0 111000 1000110 100001 1100 110110 101100

Color Harmonies of #AB4B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B33

Black with #AB4B33

Text Example


Text Example

White with #AB4B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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