Html Css Color HEX #AB573A Orange Roughy

📋 copy color: '#AB573A'

red 171 ◦ green 87 ◦ blue 58

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

Shades of Orange Roughy #AB573A

Tints of Orange Roughy #AB573A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 54.11%
G = 27.53%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB573A (or 0xAB573A) is known color: Orange Roughy. HEX triplet: AB, 57 and 3A. RGB value is (171,87,58). Sum of RGB (Red+Green+Blue) = 171+87+58=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB573A is #54A8C5. Grayscale: #6D6D6D. Windows color (decimal): -5548230 or 3823531. OLE color: 3823531.

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

Color convert

RGB 171 87 58 -
CMYK 0 0.49 0.66 0.33
HSL 15.4º 0.49% 0.45% -
HSV(B) 15.4º 0.66% 0.67% -
XYZ 20.97 15.78 5.94 -
YUV 108.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 171 87 58 0 0.49 0.66 0.33 15.4 0.49 0.45
Hex AB 57 3A 0 31 42 21 F 31 2D
Octal 253 127 72 0 61 102 41 17 61 55
Binary 10101011 1010111 111010 0 110001 1000010 100001 1111 110001 101101

Color Harmonies of #AB573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB573A

Black with #AB573A

Text Example


Text Example

White with #AB573A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB573A; }

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

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

background-color css

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

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

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

border-color css

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

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

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