Html Css Color HEX #AB5237 Orange Roughy

📋 copy color: '#AB5237'

red 171 ◦ green 82 ◦ blue 55

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

Shades of Orange Roughy #AB5237

Tints of Orange Roughy #AB5237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

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

R = 55.52%
G = 26.62%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB5237 (or 0xAB5237) is known color: Orange Roughy. HEX triplet: AB, 52 and 37. RGB value is (171,82,55). Sum of RGB (Red+Green+Blue) = 171+82+55=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5237 is #54ADC8. Grayscale: #696969. Windows color (decimal): -5549513 or 3625643. OLE color: 3625643.

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

Color convert

RGB 171 82 55 -
CMYK 0 0.52 0.68 0.33
HSL 13.97º 0.51% 0.44% -
HSV(B) 13.97º 0.68% 0.67% -
XYZ 20.5 14.97 5.42 -
YUV 105.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 171 82 55 0 0.52 0.68 0.33 13.97 0.51 0.44
Hex AB 52 37 0 34 44 21 E 33 2C
Octal 253 122 67 0 64 104 41 16 63 54
Binary 10101011 1010010 110111 0 110100 1000100 100001 1110 110011 101100

Color Harmonies of #AB5237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5237

Black with #AB5237

Text Example


Text Example

White with #AB5237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5237; }

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

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

background-color css

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

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

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

border-color css

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

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

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