Html Css Color HEX #AB5238 Orange Roughy

📋 copy color: '#AB5238'

red 171 ◦ green 82 ◦ blue 56

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

Shades of Orange Roughy #AB5238

Tints of Orange Roughy #AB5238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 55.34%
G = 26.54%
B = 18.12%

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

#AB5238 (or 0xAB5238) is known color: Orange Roughy. HEX triplet: AB, 52 and 38. RGB value is (171,82,56). Sum of RGB (Red+Green+Blue) = 171+82+56=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5238 is #54ADC7. Grayscale: #696969. Windows color (decimal): -5549512 or 3691179. OLE color: 3691179.

HSL color Cylindrical-coordinate representation of color #AB5238: hue angle of 13.57º degrees, saturation: 0.51, 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 #AB5238 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 82 56 -
CMYK 0 0.52 0.67 0.33
HSL 13.57º 0.51% 0.45% -
HSV(B) 13.57º 0.67% 0.67% -
XYZ 20.53 14.98 5.55 -
YUV 105.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 171 82 56 0 0.52 0.67 0.33 13.57 0.51 0.45
Hex AB 52 38 0 34 43 21 E 33 2D
Octal 253 122 70 0 64 103 41 16 63 55
Binary 10101011 1010010 111000 0 110100 1000011 100001 1110 110011 101101

Color Harmonies of #AB5238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5238

Black with #AB5238

Text Example


Text Example

White with #AB5238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5238; }

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

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

background-color css

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

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

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

border-color css

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

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

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