Html Css Color HEX #AB5337 Orange Roughy

📋 copy color: '#AB5337'

red 171 ◦ green 83 ◦ blue 55

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

Shades of Orange Roughy #AB5337

Tints of Orange Roughy #AB5337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 55.34%
G = 26.86%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB5337 (or 0xAB5337) is known color: Orange Roughy. HEX triplet: AB, 53 and 37. RGB value is (171,83,55). Sum of RGB (Red+Green+Blue) = 171+83+55=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5337 is #54ACC8. Grayscale: #6A6A6A. Windows color (decimal): -5549257 or 3625899. OLE color: 3625899.

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

Color convert

RGB 171 83 55 -
CMYK 0 0.51 0.68 0.33
HSL 14.48º 0.51% 0.44% -
HSV(B) 14.48º 0.68% 0.67% -
XYZ 20.58 15.12 5.45 -
YUV 106.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 171 83 55 0 0.51 0.68 0.33 14.48 0.51 0.44
Hex AB 53 37 0 33 44 21 E 33 2C
Octal 253 123 67 0 63 104 41 16 63 54
Binary 10101011 1010011 110111 0 110011 1000100 100001 1110 110011 101100

Color Harmonies of #AB5337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5337

Black with #AB5337

Text Example


Text Example

White with #AB5337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5337; }

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

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

background-color css

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

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

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

border-color css

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

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

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