Html Css Color HEX #AB573C Orange Roughy

📋 copy color: '#AB573C'

red 171 ◦ green 87 ◦ blue 60

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

Shades of Orange Roughy #AB573C

Tints of Orange Roughy #AB573C

RGB

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

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

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

R = 53.77%
G = 27.36%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB573C (or 0xAB573C) is known color: Orange Roughy. HEX triplet: AB, 57 and 3C. RGB value is (171,87,60). Sum of RGB (Red+Green+Blue) = 171+87+60=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB573C is #54A8C3. Grayscale: #6D6D6D. Windows color (decimal): -5548228 or 3954603. OLE color: 3954603.

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

Color convert

RGB 171 87 60 -
CMYK 0 0.49 0.65 0.33
HSL 14.59º 0.48% 0.45% -
HSV(B) 14.59º 0.65% 0.67% -
XYZ 21.02 15.8 6.22 -
YUV 109.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 171 87 60 0 0.49 0.65 0.33 14.59 0.48 0.45
Hex AB 57 3C 0 31 41 21 F 30 2D
Octal 253 127 74 0 61 101 41 17 60 55
Binary 10101011 1010111 111100 0 110001 1000001 100001 1111 110000 101101

Color Harmonies of #AB573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB573C

Black with #AB573C

Text Example


Text Example

White with #AB573C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB573C; }

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

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

background-color css

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

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

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

border-color css

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

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

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