Html Css Color HEX #AB533A Orange Roughy

📋 copy color: '#AB533A'

red 171 ◦ green 83 ◦ blue 58

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

Shades of Orange Roughy #AB533A

Tints of Orange Roughy #AB533A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 54.81%
G = 26.6%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB533A (or 0xAB533A) is known color: Orange Roughy. HEX triplet: AB, 53 and 3A. RGB value is (171,83,58). Sum of RGB (Red+Green+Blue) = 171+83+58=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB533A is #54ACC5. Grayscale: #6A6A6A. Windows color (decimal): -5549254 or 3822507. OLE color: 3822507.

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

Color convert

RGB 171 83 58 -
CMYK 0 0.51 0.66 0.33
HSL 13.27º 0.49% 0.45% -
HSV(B) 13.27º 0.66% 0.67% -
XYZ 20.65 15.15 5.84 -
YUV 106.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 171 83 58 0 0.51 0.66 0.33 13.27 0.49 0.45
Hex AB 53 3A 0 33 42 21 D 31 2D
Octal 253 123 72 0 63 102 41 15 61 55
Binary 10101011 1010011 111010 0 110011 1000010 100001 1101 110001 101101

Color Harmonies of #AB533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB533A

Black with #AB533A

Text Example


Text Example

White with #AB533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB533A; }

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

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

background-color css

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

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

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

border-color css

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

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

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