Html Css Color HEX #AB533B Orange Roughy

📋 copy color: '#AB533B'

red 171 ◦ green 83 ◦ blue 59

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

Shades of Orange Roughy #AB533B

Tints of Orange Roughy #AB533B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 54.63%
G = 26.52%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB533B (or 0xAB533B) is known color: Orange Roughy. HEX triplet: AB, 53 and 3B. RGB value is (171,83,59). Sum of RGB (Red+Green+Blue) = 171+83+59=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB533B is #54ACC4. Grayscale: #6A6A6A. Windows color (decimal): -5549253 or 3888043. OLE color: 3888043.

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

Color convert

RGB 171 83 59 -
CMYK 0 0.51 0.65 0.33
HSL 12.86º 0.49% 0.45% -
HSV(B) 12.86º 0.65% 0.67% -
XYZ 20.68 15.16 5.97 -
YUV 106.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 171 83 59 0 0.51 0.65 0.33 12.86 0.49 0.45
Hex AB 53 3B 0 33 41 21 D 31 2D
Octal 253 123 73 0 63 101 41 15 61 55
Binary 10101011 1010011 111011 0 110011 1000001 100001 1101 110001 101101

Color Harmonies of #AB533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB533B

Black with #AB533B

Text Example


Text Example

White with #AB533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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