Html Css Color HEX #AB533C Orange Roughy

📋 copy color: '#AB533C'

red 171 ◦ green 83 ◦ blue 60

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

Shades of Orange Roughy #AB533C

Tints of Orange Roughy #AB533C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 54.46%
G = 26.43%
B = 19.11%

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

#AB533C (or 0xAB533C) is known color: Orange Roughy. HEX triplet: AB, 53 and 3C. RGB value is (171,83,60). Sum of RGB (Red+Green+Blue) = 171+83+60=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB533C is #54ACC3. Grayscale: #6A6A6A. Windows color (decimal): -5549252 or 3953579. OLE color: 3953579.

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

Color convert

RGB 171 83 60 -
CMYK 0 0.51 0.65 0.33
HSL 12.43º 0.48% 0.45% -
HSV(B) 12.43º 0.65% 0.67% -
XYZ 20.7 15.17 6.11 -
YUV 106.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 171 83 60 0 0.51 0.65 0.33 12.43 0.48 0.45
Hex AB 53 3C 0 33 41 21 C 30 2D
Octal 253 123 74 0 63 101 41 14 60 55
Binary 10101011 1010011 111100 0 110011 1000001 100001 1100 110000 101101

Color Harmonies of #AB533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB533C

Black with #AB533C

Text Example


Text Example

White with #AB533C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB533C; }

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

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

background-color css

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

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

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

border-color css

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

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

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