Html Css Color HEX #AB5338 Orange Roughy

📋 copy color: '#AB5338'

red 171 ◦ green 83 ◦ blue 56

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

Shades of Orange Roughy #AB5338

Tints of Orange Roughy #AB5338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 55.16%
G = 26.77%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB5338 (or 0xAB5338) is known color: Orange Roughy. HEX triplet: AB, 53 and 38. RGB value is (171,83,56). Sum of RGB (Red+Green+Blue) = 171+83+56=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5338 is #54ACC7. Grayscale: #6A6A6A. Windows color (decimal): -5549256 or 3691435. OLE color: 3691435.

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

Color convert

RGB 171 83 56 -
CMYK 0 0.51 0.67 0.33
HSL 14.09º 0.51% 0.45% -
HSV(B) 14.09º 0.67% 0.67% -
XYZ 20.6 15.13 5.58 -
YUV 106.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 171 83 56 0 0.51 0.67 0.33 14.09 0.51 0.45
Hex AB 53 38 0 33 43 21 E 33 2D
Octal 253 123 70 0 63 103 41 16 63 55
Binary 10101011 1010011 111000 0 110011 1000011 100001 1110 110011 101101

Color Harmonies of #AB5338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5338

Black with #AB5338

Text Example


Text Example

White with #AB5338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5338; }

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

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

background-color css

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

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

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

border-color css

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

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

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