Html Css Color HEX #AB4933 Orange Roughy

📋 copy color: '#AB4933'

red 171 ◦ green 73 ◦ blue 51

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

Shades of Orange Roughy #AB4933

Tints of Orange Roughy #AB4933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

 BLUE value IS 51 (20.31% from 255) = 17.29%

R = 57.97%
G = 24.75%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB4933 (or 0xAB4933) is known color: Orange Roughy. HEX triplet: AB, 49 and 33. RGB value is (171,73,51). Sum of RGB (Red+Green+Blue) = 171+73+51=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4933 is #54B6CC. Grayscale: #636363. Windows color (decimal): -5551821 or 3361195. OLE color: 3361195.

HSL color Cylindrical-coordinate representation of color #AB4933: hue angle of 11º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB4933 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 73 51 -
CMYK 0 0.57 0.70 0.33
HSL 11º 0.54% 0.44% -
HSV(B) 11º 0.7% 0.67% -
XYZ 19.77 13.66 4.73 -
YUV 99.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 171 73 51 0 0.57 0.70 0.33 11 0.54 0.44
Hex AB 49 33 0 39 46 21 B 36 2C
Octal 253 111 63 0 71 106 41 13 66 54
Binary 10101011 1001001 110011 0 111001 1000110 100001 1011 110110 101100

Color Harmonies of #AB4933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4933

Black with #AB4933

Text Example


Text Example

White with #AB4933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4933; }

 p { color: rgb(171,73,51); }

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

background-color css

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

 a { background-color: rgb(171,73,51); }

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

border-color css

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

 span { border-color: rgb(171,73,51); }

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