Html Css Color HEX #AB573D Orange Roughy

📋 copy color: '#AB573D'

red 171 ◦ green 87 ◦ blue 61

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

Shades of Orange Roughy #AB573D

Tints of Orange Roughy #AB573D

RGB

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

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

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

R = 53.61%
G = 27.27%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB573D (or 0xAB573D) is known color: Orange Roughy. HEX triplet: AB, 57 and 3D. RGB value is (171,87,61). Sum of RGB (Red+Green+Blue) = 171+87+61=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB573D is #54A8C2. Grayscale: #6D6D6D. Windows color (decimal): -5548227 or 4020139. OLE color: 4020139.

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

Color convert

RGB 171 87 61 -
CMYK 0 0.49 0.64 0.33
HSL 14.18º 0.47% 0.45% -
HSV(B) 14.18º 0.64% 0.67% -
XYZ 21.05 15.81 6.36 -
YUV 109.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 171 87 61 0 0.49 0.64 0.33 14.18 0.47 0.45
Hex AB 57 3D 0 31 40 21 E 2F 2D
Octal 253 127 75 0 61 100 41 16 57 55
Binary 10101011 1010111 111101 0 110001 1000000 100001 1110 101111 101101

Color Harmonies of #AB573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB573D

Black with #AB573D

Text Example


Text Example

White with #AB573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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