Html Css Color HEX #AB513E Orange Roughy

📋 copy color: '#AB513E'

red 171 ◦ green 81 ◦ blue 62

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

Shades of Orange Roughy #AB513E

Tints of Orange Roughy #AB513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

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

R = 54.46%
G = 25.8%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB513E (or 0xAB513E) is known color: Orange Roughy. HEX triplet: AB, 51 and 3E. RGB value is (171,81,62). Sum of RGB (Red+Green+Blue) = 171+81+62=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB513E is #54AEC1. Grayscale: #696969. Windows color (decimal): -5549762 or 4084139. OLE color: 4084139.

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

Color convert

RGB 171 81 62 -
CMYK 0 0.53 0.64 0.33
HSL 10.46º 0.47% 0.46% -
HSV(B) 10.46º 0.64% 0.67% -
XYZ 20.61 14.89 6.35 -
YUV 105.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 171 81 62 0 0.53 0.64 0.33 10.46 0.47 0.46
Hex AB 51 3E 0 35 40 21 A 2F 2E
Octal 253 121 76 0 65 100 41 12 57 56
Binary 10101011 1010001 111110 0 110101 1000000 100001 1010 101111 101110

Color Harmonies of #AB513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB513E

Black with #AB513E

Text Example


Text Example

White with #AB513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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