Html Css Color HEX #AB553E Orange Roughy

📋 copy color: '#AB553E'

red 171 ◦ green 85 ◦ blue 62

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

Shades of Orange Roughy #AB553E

Tints of Orange Roughy #AB553E

RGB

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

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

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

R = 53.77%
G = 26.73%
B = 19.5%

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

#AB553E (or 0xAB553E) is known color: Orange Roughy. HEX triplet: AB, 55 and 3E. RGB value is (171,85,62). Sum of RGB (Red+Green+Blue) = 171+85+62=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB553E is #54AAC1. Grayscale: #6C6C6C. Windows color (decimal): -5548738 or 4085163. OLE color: 4085163.

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

Color convert

RGB 171 85 62 -
CMYK 0 0.50 0.64 0.33
HSL 12.66º 0.47% 0.46% -
HSV(B) 12.66º 0.64% 0.67% -
XYZ 20.91 15.5 6.45 -
YUV 108.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 171 85 62 0 0.50 0.64 0.33 12.66 0.47 0.46
Hex AB 55 3E 0 32 40 21 D 2F 2E
Octal 253 125 76 0 62 100 41 15 57 56
Binary 10101011 1010101 111110 0 110010 1000000 100001 1101 101111 101110

Color Harmonies of #AB553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB553E

Black with #AB553E

Text Example


Text Example

White with #AB553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB553E; }

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

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

background-color css

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

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

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

border-color css

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

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

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