Html Css Color HEX #AB4C32 Orange Roughy

📋 copy color: '#AB4C32'

red 171 ◦ green 76 ◦ blue 50

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

Shades of Orange Roughy #AB4C32

Tints of Orange Roughy #AB4C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 57.58%
G = 25.59%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB4C32 (or 0xAB4C32) is known color: Orange Roughy. HEX triplet: AB, 4C and 32. RGB value is (171,76,50). Sum of RGB (Red+Green+Blue) = 171+76+50=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C32 is #54B3CD. Grayscale: #656565. Windows color (decimal): -5551054 or 3296427. OLE color: 3296427.

HSL color Cylindrical-coordinate representation of color #AB4C32: hue angle of 12.89º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB4C32 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 76 50 -
CMYK 0 0.56 0.71 0.33
HSL 12.89º 0.55% 0.43% -
HSV(B) 12.89º 0.71% 0.67% -
XYZ 19.95 14.06 4.68 -
YUV 101.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 171 76 50 0 0.56 0.71 0.33 12.89 0.55 0.43
Hex AB 4C 32 0 38 47 21 D 37 2B
Octal 253 114 62 0 70 107 41 15 67 53
Binary 10101011 1001100 110010 0 111000 1000111 100001 1101 110111 101011

Color Harmonies of #AB4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C32

Black with #AB4C32

Text Example


Text Example

White with #AB4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C32; }

 p { color: rgb(171,76,50); }

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

background-color css

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

 a { background-color: rgb(171,76,50); }

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

border-color css

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

 span { border-color: rgb(171,76,50); }

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