Html Css Color HEX #AB4B36 Orange Roughy

📋 copy color: '#AB4B36'

red 171 ◦ green 75 ◦ blue 54

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

Shades of Orange Roughy #AB4B36

Tints of Orange Roughy #AB4B36

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25%

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

R = 57%
G = 25%
B = 18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB4B36 (or 0xAB4B36) is known color: Orange Roughy. HEX triplet: AB, 4B and 36. RGB value is (171,75,54). Sum of RGB (Red+Green+Blue) = 171+75+54=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4B36 is #54B4C9. Grayscale: #656565. Windows color (decimal): -5551306 or 3558315. OLE color: 3558315.

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

Color convert

RGB 171 75 54 -
CMYK 0 0.56 0.68 0.33
HSL 10.77º 0.52% 0.44% -
HSV(B) 10.77º 0.68% 0.67% -
XYZ 19.98 13.96 5.13 -
YUV 101.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 171 75 54 0 0.56 0.68 0.33 10.77 0.52 0.44
Hex AB 4B 36 0 38 44 21 B 34 2C
Octal 253 113 66 0 70 104 41 13 64 54
Binary 10101011 1001011 110110 0 111000 1000100 100001 1011 110100 101100

Color Harmonies of #AB4B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B36

Black with #AB4B36

Text Example


Text Example

White with #AB4B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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