Html Css Color HEX #AB573F Orange Roughy

📋 copy color: '#AB573F'

red 171 ◦ green 87 ◦ blue 63

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

Shades of Orange Roughy #AB573F

Tints of Orange Roughy #AB573F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 53.27%
G = 27.1%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB573F (or 0xAB573F) is known color: Orange Roughy. HEX triplet: AB, 57 and 3F. RGB value is (171,87,63). Sum of RGB (Red+Green+Blue) = 171+87+63=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB573F is #54A8C0. Grayscale: #6D6D6D. Windows color (decimal): -5548225 or 4151211. OLE color: 4151211.

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

Color convert

RGB 171 87 63 -
CMYK 0 0.49 0.63 0.33
HSL 13.33º 0.46% 0.46% -
HSV(B) 13.33º 0.63% 0.67% -
XYZ 21.1 15.83 6.65 -
YUV 109.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 171 87 63 0 0.49 0.63 0.33 13.33 0.46 0.46
Hex AB 57 3F 0 31 3F 21 D 2E 2E
Octal 253 127 77 0 61 77 41 15 56 56
Binary 10101011 1010111 111111 0 110001 111111 100001 1101 101110 101110

Color Harmonies of #AB573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB573F

Black with #AB573F

Text Example


Text Example

White with #AB573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB573F; }

 p { color: rgb(171,87,63); }

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

background-color css

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

 a { background-color: rgb(171,87,63); }

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

border-color css

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

 span { border-color: rgb(171,87,63); }

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