Html Css Color HEX #AC523C Orange Roughy

📋 copy color: '#AC523C'

red 172 ◦ green 82 ◦ blue 60

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

Shades of Orange Roughy #AC523C

Tints of Orange Roughy #AC523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 54.78%
G = 26.11%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC523C (or 0xAC523C) is known color: Orange Roughy. HEX triplet: AC, 52 and 3C. RGB value is (172,82,60). Sum of RGB (Red+Green+Blue) = 172+82+60=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC523C is #53ADC3. Grayscale: #6A6A6A. Windows color (decimal): -5483972 or 3953324. OLE color: 3953324.

HSL color Cylindrical-coordinate representation of color #AC523C: hue angle of 11.79º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC523C is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 82 60 -
CMYK 0 0.52 0.65 0.33
HSL 11.79º 0.48% 0.45% -
HSV(B) 11.79º 0.65% 0.67% -
XYZ 20.85 15.13 6.1 -
YUV 106.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 172 82 60 0 0.52 0.65 0.33 11.79 0.48 0.45
Hex AC 52 3C 0 34 41 21 C 30 2D
Octal 254 122 74 0 64 101 41 14 60 55
Binary 10101100 1010010 111100 0 110100 1000001 100001 1100 110000 101101

Color Harmonies of #AC523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC523C

Black with #AC523C

Text Example


Text Example

White with #AC523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC523C; }

 p { color: rgb(172,82,60); }

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

background-color css

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

 a { background-color: rgb(172,82,60); }

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

border-color css

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

 span { border-color: rgb(172,82,60); }

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