Html Css Color HEX #AB533D Orange Roughy

📋 copy color: '#AB533D'

red 171 ◦ green 83 ◦ blue 61

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

Shades of Orange Roughy #AB533D

Tints of Orange Roughy #AB533D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 54.29%
G = 26.35%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB533D (or 0xAB533D) is known color: Orange Roughy. HEX triplet: AB, 53 and 3D. RGB value is (171,83,61). Sum of RGB (Red+Green+Blue) = 171+83+61=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB533D is #54ACC2. Grayscale: #6A6A6A. Windows color (decimal): -5549251 or 4019115. OLE color: 4019115.

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

Color convert

RGB 171 83 61 -
CMYK 0 0.51 0.64 0.33
HSL 12º 0.47% 0.45% -
HSV(B) 12º 0.64% 0.67% -
XYZ 20.73 15.18 6.25 -
YUV 106.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 171 83 61 0 0.51 0.64 0.33 12 0.47 0.45
Hex AB 53 3D 0 33 40 21 C 2F 2D
Octal 253 123 75 0 63 100 41 14 57 55
Binary 10101011 1010011 111101 0 110011 1000000 100001 1100 101111 101101

Color Harmonies of #AB533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB533D

Black with #AB533D

Text Example


Text Example

White with #AB533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB533D; }

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

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

background-color css

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

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

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

border-color css

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

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

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