Html Css Color HEX #AB533E Orange Roughy

📋 copy color: '#AB533E'

red 171 ◦ green 83 ◦ blue 62

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

Shades of Orange Roughy #AB533E

Tints of Orange Roughy #AB533E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.62%

R = 54.11%
G = 26.27%
B = 19.62%

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

#AB533E (or 0xAB533E) is known color: Orange Roughy. HEX triplet: AB, 53 and 3E. RGB value is (171,83,62). Sum of RGB (Red+Green+Blue) = 171+83+62=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB533E is #54ACC1. Grayscale: #6B6B6B. Windows color (decimal): -5549250 or 4084651. OLE color: 4084651.

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

Color convert

RGB 171 83 62 -
CMYK 0 0.51 0.64 0.33
HSL 11.56º 0.47% 0.46% -
HSV(B) 11.56º 0.64% 0.67% -
XYZ 20.76 15.19 6.4 -
YUV 106.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 171 83 62 0 0.51 0.64 0.33 11.56 0.47 0.46
Hex AB 53 3E 0 33 40 21 C 2F 2E
Octal 253 123 76 0 63 100 41 14 57 56
Binary 10101011 1010011 111110 0 110011 1000000 100001 1100 101111 101110

Color Harmonies of #AB533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB533E

Black with #AB533E

Text Example


Text Example

White with #AB533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB533E; }

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

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

background-color css

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

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

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

border-color css

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

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

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