Html Css Color HEX #AB5334 Orange Roughy

📋 copy color: '#AB5334'

red 171 ◦ green 83 ◦ blue 52

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

Shades of Orange Roughy #AB5334

Tints of Orange Roughy #AB5334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 55.88%
G = 27.12%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB5334 (or 0xAB5334) is known color: Orange Roughy. HEX triplet: AB, 53 and 34. RGB value is (171,83,52). Sum of RGB (Red+Green+Blue) = 171+83+52=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5334 is #54ACCB. Grayscale: #696969. Windows color (decimal): -5549260 or 3429291. OLE color: 3429291.

HSL color Cylindrical-coordinate representation of color #AB5334: hue angle of 15.63º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB5334 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 83 52 -
CMYK 0 0.51 0.70 0.33
HSL 15.63º 0.53% 0.44% -
HSV(B) 15.63º 0.7% 0.67% -
XYZ 20.51 15.09 5.08 -
YUV 105.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 171 83 52 0 0.51 0.70 0.33 15.63 0.53 0.44
Hex AB 53 34 0 33 46 21 10 35 2C
Octal 253 123 64 0 63 106 41 20 65 54
Binary 10101011 1010011 110100 0 110011 1000110 100001 10000 110101 101100

Color Harmonies of #AB5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5334

Black with #AB5334

Text Example


Text Example

White with #AB5334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5334; }

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

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

background-color css

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

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

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

border-color css

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

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

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