Html Css Color HEX #AB4F37 Orange Roughy

📋 copy color: '#AB4F37'

red 171 ◦ green 79 ◦ blue 55

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

Shades of Orange Roughy #AB4F37

Tints of Orange Roughy #AB4F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 56.07%
G = 25.9%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB4F37 (or 0xAB4F37) is known color: Orange Roughy. HEX triplet: AB, 4F and 37. RGB value is (171,79,55). Sum of RGB (Red+Green+Blue) = 171+79+55=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F37 is #54B0C8. Grayscale: #676767. Windows color (decimal): -5550281 or 3624875. OLE color: 3624875.

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

Color convert

RGB 171 79 55 -
CMYK 0 0.54 0.68 0.33
HSL 12.41º 0.51% 0.44% -
HSV(B) 12.41º 0.68% 0.67% -
XYZ 20.28 14.53 5.35 -
YUV 103.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 171 79 55 0 0.54 0.68 0.33 12.41 0.51 0.44
Hex AB 4F 37 0 36 44 21 C 33 2C
Octal 253 117 67 0 66 104 41 14 63 54
Binary 10101011 1001111 110111 0 110110 1000100 100001 1100 110011 101100

Color Harmonies of #AB4F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4F37

Black with #AB4F37

Text Example


Text Example

White with #AB4F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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