Html Css Color HEX #AB543E Orange Roughy

📋 copy color: '#AB543E'

red 171 ◦ green 84 ◦ blue 62

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

Shades of Orange Roughy #AB543E

Tints of Orange Roughy #AB543E

RGB

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

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

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

R = 53.94%
G = 26.5%
B = 19.56%

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

#AB543E (or 0xAB543E) is known color: Orange Roughy. HEX triplet: AB, 54 and 3E. RGB value is (171,84,62). Sum of RGB (Red+Green+Blue) = 171+84+62=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB543E is #54ABC1. Grayscale: #6B6B6B. Windows color (decimal): -5548994 or 4084907. OLE color: 4084907.

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

Color convert

RGB 171 84 62 -
CMYK 0 0.51 0.64 0.33
HSL 12.11º 0.47% 0.46% -
HSV(B) 12.11º 0.64% 0.67% -
XYZ 20.83 15.35 6.42 -
YUV 107.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 171 84 62 0 0.51 0.64 0.33 12.11 0.47 0.46
Hex AB 54 3E 0 33 40 21 C 2F 2E
Octal 253 124 76 0 63 100 41 14 57 56
Binary 10101011 1010100 111110 0 110011 1000000 100001 1100 101111 101110

Color Harmonies of #AB543E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB543E

Black with #AB543E

Text Example


Text Example

White with #AB543E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB543E; }

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

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

background-color css

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

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

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

border-color css

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

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

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