Html Css Color HEX #AB503B Orange Roughy

📋 copy color: '#AB503B'

red 171 ◦ green 80 ◦ blue 59

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

Shades of Orange Roughy #AB503B

Tints of Orange Roughy #AB503B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 55.16%
G = 25.81%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB503B (or 0xAB503B) is known color: Orange Roughy. HEX triplet: AB, 50 and 3B. RGB value is (171,80,59). Sum of RGB (Red+Green+Blue) = 171+80+59=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB503B is #54AFC4. Grayscale: #686868. Windows color (decimal): -5550021 or 3887275. OLE color: 3887275.

HSL color Cylindrical-coordinate representation of color #AB503B: hue angle of 11.25º degrees, saturation: 0.49, 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 #AB503B is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 80 59 -
CMYK 0 0.53 0.65 0.33
HSL 11.25º 0.49% 0.45% -
HSV(B) 11.25º 0.65% 0.67% -
XYZ 20.45 14.71 5.9 -
YUV 104.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 171 80 59 0 0.53 0.65 0.33 11.25 0.49 0.45
Hex AB 50 3B 0 35 41 21 B 31 2D
Octal 253 120 73 0 65 101 41 13 61 55
Binary 10101011 1010000 111011 0 110101 1000001 100001 1011 110001 101101

Color Harmonies of #AB503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB503B

Black with #AB503B

Text Example


Text Example

White with #AB503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB503B; }

 p { color: rgb(171,80,59); }

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

background-color css

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

 a { background-color: rgb(171,80,59); }

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

border-color css

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

 span { border-color: rgb(171,80,59); }

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