Html Css Color HEX #AB583F Orange Roughy

📋 copy color: '#AB583F'

red 171 ◦ green 88 ◦ blue 63

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

Shades of Orange Roughy #AB583F

Tints of Orange Roughy #AB583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

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

R = 53.11%
G = 27.33%
B = 19.57%

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

#AB583F (or 0xAB583F) is known color: Orange Roughy. HEX triplet: AB, 58 and 3F. RGB value is (171,88,63). Sum of RGB (Red+Green+Blue) = 171+88+63=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB583F is #54A7C0. Grayscale: #6E6E6E. Windows color (decimal): -5547969 or 4151467. OLE color: 4151467.

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

Color convert

RGB 171 88 63 -
CMYK 0 0.49 0.63 0.33
HSL 13.89º 0.46% 0.46% -
HSV(B) 13.89º 0.63% 0.67% -
XYZ 21.18 16 6.67 -
YUV 109.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 171 88 63 0 0.49 0.63 0.33 13.89 0.46 0.46
Hex AB 58 3F 0 31 3F 21 E 2E 2E
Octal 253 130 77 0 61 77 41 16 56 56
Binary 10101011 1011000 111111 0 110001 111111 100001 1110 101110 101110

Color Harmonies of #AB583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB583F

Black with #AB583F

Text Example


Text Example

White with #AB583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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