Html Css Color HEX #AB5239 Orange Roughy

📋 copy color: '#AB5239'

red 171 ◦ green 82 ◦ blue 57

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

Shades of Orange Roughy #AB5239

Tints of Orange Roughy #AB5239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

 BLUE value IS 57 (22.66% from 255) = 18.39%

R = 55.16%
G = 26.45%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB5239 (or 0xAB5239) is known color: Orange Roughy. HEX triplet: AB, 52 and 39. RGB value is (171,82,57). Sum of RGB (Red+Green+Blue) = 171+82+57=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5239 is #54ADC6. Grayscale: #696969. Windows color (decimal): -5549511 or 3756715. OLE color: 3756715.

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

Color convert

RGB 171 82 57 -
CMYK 0 0.52 0.67 0.33
HSL 13.16º 0.5% 0.45% -
HSV(B) 13.16º 0.67% 0.67% -
XYZ 20.55 14.99 5.68 -
YUV 105.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 171 82 57 0 0.52 0.67 0.33 13.16 0.5 0.45
Hex AB 52 39 0 34 43 21 D 32 2D
Octal 253 122 71 0 64 103 41 15 62 55
Binary 10101011 1010010 111001 0 110100 1000011 100001 1101 110010 101101

Color Harmonies of #AB5239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5239

Black with #AB5239

Text Example


Text Example

White with #AB5239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5239; }

 p { color: rgb(171,82,57); }

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

background-color css

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

 a { background-color: rgb(171,82,57); }

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

border-color css

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

 span { border-color: rgb(171,82,57); }

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