Html Css Color HEX #AB5538 Orange Roughy

📋 copy color: '#AB5538'

red 171 ◦ green 85 ◦ blue 56

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

Shades of Orange Roughy #AB5538

Tints of Orange Roughy #AB5538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 54.81%
G = 27.24%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB5538 (or 0xAB5538) is known color: Orange Roughy. HEX triplet: AB, 55 and 38. RGB value is (171,85,56). Sum of RGB (Red+Green+Blue) = 171+85+56=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5538 is #54AAC7. Grayscale: #6B6B6B. Windows color (decimal): -5548744 or 3691947. OLE color: 3691947.

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

Color convert

RGB 171 85 56 -
CMYK 0 0.50 0.67 0.33
HSL 15.13º 0.51% 0.45% -
HSV(B) 15.13º 0.67% 0.67% -
XYZ 20.76 15.44 5.63 -
YUV 107.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 171 85 56 0 0.50 0.67 0.33 15.13 0.51 0.45
Hex AB 55 38 0 32 43 21 F 33 2D
Octal 253 125 70 0 62 103 41 17 63 55
Binary 10101011 1010101 111000 0 110010 1000011 100001 1111 110011 101101

Color Harmonies of #AB5538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5538

Black with #AB5538

Text Example


Text Example

White with #AB5538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5538; }

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

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

background-color css

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

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

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

border-color css

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

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

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