Html Css Color HEX #AB4D37 Orange Roughy

📋 copy color: '#AB4D37'

red 171 ◦ green 77 ◦ blue 55

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

Shades of Orange Roughy #AB4D37

Tints of Orange Roughy #AB4D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 56.44%
G = 25.41%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB4D37 (or 0xAB4D37) is known color: Orange Roughy. HEX triplet: AB, 4D and 37. RGB value is (171,77,55). Sum of RGB (Red+Green+Blue) = 171+77+55=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D37 is #54B2C8. Grayscale: #666666. Windows color (decimal): -5550793 or 3624363. OLE color: 3624363.

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

Color convert

RGB 171 77 55 -
CMYK 0 0.55 0.68 0.33
HSL 11.38º 0.51% 0.44% -
HSV(B) 11.38º 0.68% 0.67% -
XYZ 20.14 14.24 5.3 -
YUV 102.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 171 77 55 0 0.55 0.68 0.33 11.38 0.51 0.44
Hex AB 4D 37 0 37 44 21 B 33 2C
Octal 253 115 67 0 67 104 41 13 63 54
Binary 10101011 1001101 110111 0 110111 1000100 100001 1011 110011 101100

Color Harmonies of #AB4D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D37

Black with #AB4D37

Text Example


Text Example

White with #AB4D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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