Html Css Color HEX #AB503D Orange Roughy

📋 copy color: '#AB503D'

red 171 ◦ green 80 ◦ blue 61

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

Shades of Orange Roughy #AB503D

Tints of Orange Roughy #AB503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 54.81%
G = 25.64%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB503D (or 0xAB503D) is known color: Orange Roughy. HEX triplet: AB, 50 and 3D. RGB value is (171,80,61). Sum of RGB (Red+Green+Blue) = 171+80+61=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB503D is #54AFC2. Grayscale: #696969. Windows color (decimal): -5550019 or 4018347. OLE color: 4018347.

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

Color convert

RGB 171 80 61 -
CMYK 0 0.53 0.64 0.33
HSL 10.36º 0.47% 0.45% -
HSV(B) 10.36º 0.64% 0.67% -
XYZ 20.51 14.73 6.18 -
YUV 105.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 171 80 61 0 0.53 0.64 0.33 10.36 0.47 0.45
Hex AB 50 3D 0 35 40 21 A 2F 2D
Octal 253 120 75 0 65 100 41 12 57 55
Binary 10101011 1010000 111101 0 110101 1000000 100001 1010 101111 101101

Color Harmonies of #AB503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB503D

Black with #AB503D

Text Example


Text Example

White with #AB503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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