Html Css Color HEX #AB4B37 Orange Roughy

📋 copy color: '#AB4B37'

red 171 ◦ green 75 ◦ blue 55

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

Shades of Orange Roughy #AB4B37

Tints of Orange Roughy #AB4B37

RGB

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

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

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

R = 56.81%
G = 24.92%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB4B37 (or 0xAB4B37) is known color: Orange Roughy. HEX triplet: AB, 4B and 37. RGB value is (171,75,55). Sum of RGB (Red+Green+Blue) = 171+75+55=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4B37 is #54B4C8. Grayscale: #656565. Windows color (decimal): -5551305 or 3623851. OLE color: 3623851.

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

Color convert

RGB 171 75 55 -
CMYK 0 0.56 0.68 0.33
HSL 10.34º 0.51% 0.44% -
HSV(B) 10.34º 0.68% 0.67% -
XYZ 20 13.97 5.26 -
YUV 101.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 171 75 55 0 0.56 0.68 0.33 10.34 0.51 0.44
Hex AB 4B 37 0 38 44 21 A 33 2C
Octal 253 113 67 0 70 104 41 12 63 54
Binary 10101011 1001011 110111 0 111000 1000100 100001 1010 110011 101100

Color Harmonies of #AB4B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B37

Black with #AB4B37

Text Example


Text Example

White with #AB4B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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