Html Css Color HEX #AC4B33 Orange Roughy

📋 copy color: '#AC4B33'

red 172 ◦ green 75 ◦ blue 51

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

Shades of Orange Roughy #AC4B33

Tints of Orange Roughy #AC4B33

RGB

 RED value IS 172 (67.58% from 255) = 57.72%

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

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

R = 57.72%
G = 25.17%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC4B33 (or 0xAC4B33) is known color: Orange Roughy. HEX triplet: AC, 4B and 33. RGB value is (172,75,51). Sum of RGB (Red+Green+Blue) = 172+75+51=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4B33 is #53B4CC. Grayscale: #656565. Windows color (decimal): -5485773 or 3361708. OLE color: 3361708.

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

Color convert

RGB 172 75 51 -
CMYK 0 0.56 0.70 0.33
HSL 11.9º 0.54% 0.44% -
HSV(B) 11.9º 0.7% 0.67% -
XYZ 20.13 14.04 4.78 -
YUV 101.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 172 75 51 0 0.56 0.70 0.33 11.9 0.54 0.44
Hex AC 4B 33 0 38 46 21 C 36 2C
Octal 254 113 63 0 70 106 41 14 66 54
Binary 10101100 1001011 110011 0 111000 1000110 100001 1100 110110 101100

Color Harmonies of #AC4B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4B33

Black with #AC4B33

Text Example


Text Example

White with #AC4B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4B33; }

 p { color: rgb(172,75,51); }

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

background-color css

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

 a { background-color: rgb(172,75,51); }

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

border-color css

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

 span { border-color: rgb(172,75,51); }

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