Html Css Color HEX #AB543A Orange Roughy

📋 copy color: '#AB543A'

red 171 ◦ green 84 ◦ blue 58

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

Shades of Orange Roughy #AB543A

Tints of Orange Roughy #AB543A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

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

R = 54.63%
G = 26.84%
B = 18.53%

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

#AB543A (or 0xAB543A) is known color: Orange Roughy. HEX triplet: AB, 54 and 3A. RGB value is (171,84,58). Sum of RGB (Red+Green+Blue) = 171+84+58=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB543A is #54ABC5. Grayscale: #6B6B6B. Windows color (decimal): -5548998 or 3822763. OLE color: 3822763.

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

Color convert

RGB 171 84 58 -
CMYK 0 0.51 0.66 0.33
HSL 13.81º 0.49% 0.45% -
HSV(B) 13.81º 0.66% 0.67% -
XYZ 20.73 15.3 5.86 -
YUV 107.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 171 84 58 0 0.51 0.66 0.33 13.81 0.49 0.45
Hex AB 54 3A 0 33 42 21 E 31 2D
Octal 253 124 72 0 63 102 41 16 61 55
Binary 10101011 1010100 111010 0 110011 1000010 100001 1110 110001 101101

Color Harmonies of #AB543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB543A

Black with #AB543A

Text Example


Text Example

White with #AB543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB543A; }

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

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

background-color css

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

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

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

border-color css

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

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

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