Html Css Color HEX #AB4E34 Orange Roughy

📋 copy color: '#AB4E34'

red 171 ◦ green 78 ◦ blue 52

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

Shades of Orange Roughy #AB4E34

Tints of Orange Roughy #AB4E34

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 56.81%
G = 25.91%
B = 17.28%

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

#AB4E34 (or 0xAB4E34) is known color: Orange Roughy. HEX triplet: AB, 4E and 34. RGB value is (171,78,52). Sum of RGB (Red+Green+Blue) = 171+78+52=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E34 is #54B1CB. Grayscale: #676767. Windows color (decimal): -5550540 or 3428011. OLE color: 3428011.

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

Color convert

RGB 171 78 52 -
CMYK 0 0.54 0.70 0.33
HSL 13.11º 0.53% 0.44% -
HSV(B) 13.11º 0.7% 0.67% -
XYZ 20.14 14.35 4.96 -
YUV 102.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 171 78 52 0 0.54 0.70 0.33 13.11 0.53 0.44
Hex AB 4E 34 0 36 46 21 D 35 2C
Octal 253 116 64 0 66 106 41 15 65 54
Binary 10101011 1001110 110100 0 110110 1000110 100001 1101 110101 101100

Color Harmonies of #AB4E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4E34

Black with #AB4E34

Text Example


Text Example

White with #AB4E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4E34; }

 p { color: rgb(171,78,52); }

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

background-color css

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

 a { background-color: rgb(171,78,52); }

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

border-color css

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

 span { border-color: rgb(171,78,52); }

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