Html Css Color HEX #AB553D Orange Roughy

📋 copy color: '#AB553D'

red 171 ◦ green 85 ◦ blue 61

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

Shades of Orange Roughy #AB553D

Tints of Orange Roughy #AB553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 53.94%
G = 26.81%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB553D (or 0xAB553D) is known color: Orange Roughy. HEX triplet: AB, 55 and 3D. RGB value is (171,85,61). Sum of RGB (Red+Green+Blue) = 171+85+61=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB553D is #54AAC2. Grayscale: #6C6C6C. Windows color (decimal): -5548739 or 4019627. OLE color: 4019627.

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

Color convert

RGB 171 85 61 -
CMYK 0 0.50 0.64 0.33
HSL 13.09º 0.47% 0.45% -
HSV(B) 13.09º 0.64% 0.67% -
XYZ 20.89 15.49 6.3 -
YUV 107.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 171 85 61 0 0.50 0.64 0.33 13.09 0.47 0.45
Hex AB 55 3D 0 32 40 21 D 2F 2D
Octal 253 125 75 0 62 100 41 15 57 55
Binary 10101011 1010101 111101 0 110010 1000000 100001 1101 101111 101101

Color Harmonies of #AB553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB553D

Black with #AB553D

Text Example


Text Example

White with #AB553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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