Html Css Color HEX #AB543D Orange Roughy

📋 copy color: '#AB543D'

red 171 ◦ green 84 ◦ blue 61

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

Shades of Orange Roughy #AB543D

Tints of Orange Roughy #AB543D

RGB

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

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

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

R = 54.11%
G = 26.58%
B = 19.3%

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

#AB543D (or 0xAB543D) is known color: Orange Roughy. HEX triplet: AB, 54 and 3D. RGB value is (171,84,61). Sum of RGB (Red+Green+Blue) = 171+84+61=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB543D is #54ABC2. Grayscale: #6B6B6B. Windows color (decimal): -5548995 or 4019371. OLE color: 4019371.

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

Color convert

RGB 171 84 61 -
CMYK 0 0.51 0.64 0.33
HSL 12.55º 0.47% 0.45% -
HSV(B) 12.55º 0.64% 0.67% -
XYZ 20.81 15.34 6.28 -
YUV 107.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 171 84 61 0 0.51 0.64 0.33 12.55 0.47 0.45
Hex AB 54 3D 0 33 40 21 D 2F 2D
Octal 253 124 75 0 63 100 41 15 57 55
Binary 10101011 1010100 111101 0 110011 1000000 100001 1101 101111 101101

Color Harmonies of #AB543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB543D

Black with #AB543D

Text Example


Text Example

White with #AB543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB543D; }

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

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

background-color css

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

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

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

border-color css

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

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

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