Html Css Color HEX #AC5434 Orange Roughy

📋 copy color: '#AC5434'

red 172 ◦ green 84 ◦ blue 52

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

Shades of Orange Roughy #AC5434

Tints of Orange Roughy #AC5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 55.84%
G = 27.27%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC5434 (or 0xAC5434) is known color: Orange Roughy. HEX triplet: AC, 54 and 34. RGB value is (172,84,52). Sum of RGB (Red+Green+Blue) = 172+84+52=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5434 is #53ABCB. Grayscale: #6A6A6A. Windows color (decimal): -5483468 or 3429548. OLE color: 3429548.

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

Color convert

RGB 172 84 52 -
CMYK 0 0.51 0.70 0.33
HSL 16º 0.54% 0.44% -
HSV(B) 16º 0.7% 0.67% -
XYZ 20.8 15.36 5.12 -
YUV 106.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 172 84 52 0 0.51 0.70 0.33 16 0.54 0.44
Hex AC 54 34 0 33 46 21 10 36 2C
Octal 254 124 64 0 63 106 41 20 66 54
Binary 10101100 1010100 110100 0 110011 1000110 100001 10000 110110 101100

Color Harmonies of #AC5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5434

Black with #AC5434

Text Example


Text Example

White with #AC5434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5434; }

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

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

background-color css

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

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

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

border-color css

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

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

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