Html Css Color HEX #AB5537 Orange Roughy

📋 copy color: '#AB5537'

red 171 ◦ green 85 ◦ blue 55

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

Shades of Orange Roughy #AB5537

Tints of Orange Roughy #AB5537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 54.98%
G = 27.33%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB5537 (or 0xAB5537) is known color: Orange Roughy. HEX triplet: AB, 55 and 37. RGB value is (171,85,55). Sum of RGB (Red+Green+Blue) = 171+85+55=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5537 is #54AAC8. Grayscale: #6B6B6B. Windows color (decimal): -5548745 or 3626411. OLE color: 3626411.

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

Color convert

RGB 171 85 55 -
CMYK 0 0.50 0.68 0.33
HSL 15.52º 0.51% 0.44% -
HSV(B) 15.52º 0.68% 0.67% -
XYZ 20.73 15.43 5.5 -
YUV 107.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 171 85 55 0 0.50 0.68 0.33 15.52 0.51 0.44
Hex AB 55 37 0 32 44 21 10 33 2C
Octal 253 125 67 0 62 104 41 20 63 54
Binary 10101011 1010101 110111 0 110010 1000100 100001 10000 110011 101100

Color Harmonies of #AB5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5537

Black with #AB5537

Text Example


Text Example

White with #AB5537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5537; }

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

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

background-color css

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

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

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

border-color css

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

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

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