Html Css Color HEX #AC4A34 Orange Roughy

📋 copy color: '#AC4A34'

red 172 ◦ green 74 ◦ blue 52

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

Shades of Orange Roughy #AC4A34

Tints of Orange Roughy #AC4A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 57.72%
G = 24.83%
B = 17.45%

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

#AC4A34 (or 0xAC4A34) is known color: Orange Roughy. HEX triplet: AC, 4A and 34. RGB value is (172,74,52). Sum of RGB (Red+Green+Blue) = 172+74+52=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A34 is #53B5CB. Grayscale: #646464. Windows color (decimal): -5486028 or 3426988. OLE color: 3426988.

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

Color convert

RGB 172 74 52 -
CMYK 0 0.57 0.70 0.33
HSL 11º 0.54% 0.44% -
HSV(B) 11º 0.7% 0.67% -
XYZ 20.08 13.92 4.88 -
YUV 100.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 172 74 52 0 0.57 0.70 0.33 11 0.54 0.44
Hex AC 4A 34 0 39 46 21 B 36 2C
Octal 254 112 64 0 71 106 41 13 66 54
Binary 10101100 1001010 110100 0 111001 1000110 100001 1011 110110 101100

Color Harmonies of #AC4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A34

Black with #AC4A34

Text Example


Text Example

White with #AC4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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