Html Css Color HEX #AB4F36 Orange Roughy

📋 copy color: '#AB4F36'

red 171 ◦ green 79 ◦ blue 54

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

Shades of Orange Roughy #AB4F36

Tints of Orange Roughy #AB4F36

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.99%

 BLUE value IS 54 (21.48% from 255) = 17.76%

R = 56.25%
G = 25.99%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB4F36 (or 0xAB4F36) is known color: Orange Roughy. HEX triplet: AB, 4F and 36. RGB value is (171,79,54). Sum of RGB (Red+Green+Blue) = 171+79+54=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F36 is #54B0C9. Grayscale: #676767. Windows color (decimal): -5550282 or 3559339. OLE color: 3559339.

HSL color Cylindrical-coordinate representation of color #AB4F36: hue angle of 12.82º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4F36 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 79 54 -
CMYK 0 0.54 0.68 0.33
HSL 12.82º 0.52% 0.44% -
HSV(B) 12.82º 0.68% 0.67% -
XYZ 20.26 14.52 5.22 -
YUV 103.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 171 79 54 0 0.54 0.68 0.33 12.82 0.52 0.44
Hex AB 4F 36 0 36 44 21 D 34 2C
Octal 253 117 66 0 66 104 41 15 64 54
Binary 10101011 1001111 110110 0 110110 1000100 100001 1101 110100 101100

Color Harmonies of #AB4F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4F36

Black with #AB4F36

Text Example


Text Example

White with #AB4F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4F36; }

 p { color: rgb(171,79,54); }

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

background-color css

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

 a { background-color: rgb(171,79,54); }

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

border-color css

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

 span { border-color: rgb(171,79,54); }

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