Html Css Color HEX #AB553C Orange Roughy

📋 copy color: '#AB553C'

red 171 ◦ green 85 ◦ blue 60

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

Shades of Orange Roughy #AB553C

Tints of Orange Roughy #AB553C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 54.11%
G = 26.9%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB553C (or 0xAB553C) is known color: Orange Roughy. HEX triplet: AB, 55 and 3C. RGB value is (171,85,60). Sum of RGB (Red+Green+Blue) = 171+85+60=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB553C is #54AAC3. Grayscale: #6C6C6C. Windows color (decimal): -5548740 or 3954091. OLE color: 3954091.

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

Color convert

RGB 171 85 60 -
CMYK 0 0.50 0.65 0.33
HSL 13.51º 0.48% 0.45% -
HSV(B) 13.51º 0.65% 0.67% -
XYZ 20.86 15.48 6.16 -
YUV 107.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 171 85 60 0 0.50 0.65 0.33 13.51 0.48 0.45
Hex AB 55 3C 0 32 41 21 E 30 2D
Octal 253 125 74 0 62 101 41 16 60 55
Binary 10101011 1010101 111100 0 110010 1000001 100001 1110 110000 101101

Color Harmonies of #AB553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB553C

Black with #AB553C

Text Example


Text Example

White with #AB553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB553C; }

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

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

background-color css

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

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

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

border-color css

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

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

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