Html Css Color HEX #AB4D32 Orange Roughy

📋 copy color: '#AB4D32'

red 171 ◦ green 77 ◦ blue 50

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

Shades of Orange Roughy #AB4D32

Tints of Orange Roughy #AB4D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

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

R = 57.38%
G = 25.84%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB4D32 (or 0xAB4D32) is known color: Orange Roughy. HEX triplet: AB, 4D and 32. RGB value is (171,77,50). Sum of RGB (Red+Green+Blue) = 171+77+50=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D32 is #54B2CD. Grayscale: #666666. Windows color (decimal): -5550798 or 3296683. OLE color: 3296683.

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

Color convert

RGB 171 77 50 -
CMYK 0 0.55 0.71 0.33
HSL 13.39º 0.55% 0.43% -
HSV(B) 13.39º 0.71% 0.67% -
XYZ 20.02 14.2 4.7 -
YUV 102.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 171 77 50 0 0.55 0.71 0.33 13.39 0.55 0.43
Hex AB 4D 32 0 37 47 21 D 37 2B
Octal 253 115 62 0 67 107 41 15 67 53
Binary 10101011 1001101 110010 0 110111 1000111 100001 1101 110111 101011

Color Harmonies of #AB4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D32

Black with #AB4D32

Text Example


Text Example

White with #AB4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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