Html Css Color HEX #AC4A33 Orange Roughy

📋 copy color: '#AC4A33'

red 172 ◦ green 74 ◦ blue 51

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

Shades of Orange Roughy #AC4A33

Tints of Orange Roughy #AC4A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 57.91%
G = 24.92%
B = 17.17%

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

#AC4A33 (or 0xAC4A33) is known color: Orange Roughy. HEX triplet: AC, 4A and 33. RGB value is (172,74,51). Sum of RGB (Red+Green+Blue) = 172+74+51=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A33 is #53B5CC. Grayscale: #646464. Windows color (decimal): -5486029 or 3361452. OLE color: 3361452.

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

Color convert

RGB 172 74 51 -
CMYK 0 0.57 0.70 0.33
HSL 11.4º 0.54% 0.44% -
HSV(B) 11.4º 0.7% 0.67% -
XYZ 20.06 13.91 4.76 -
YUV 100.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 172 74 51 0 0.57 0.70 0.33 11.4 0.54 0.44
Hex AC 4A 33 0 39 46 21 B 36 2C
Octal 254 112 63 0 71 106 41 13 66 54
Binary 10101100 1001010 110011 0 111001 1000110 100001 1011 110110 101100

Color Harmonies of #AC4A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A33

Black with #AC4A33

Text Example


Text Example

White with #AC4A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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