Html Css Color HEX #AC523B Orange Roughy

📋 copy color: '#AC523B'

red 172 ◦ green 82 ◦ blue 59

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

Shades of Orange Roughy #AC523B

Tints of Orange Roughy #AC523B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 54.95%
G = 26.2%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC523B (or 0xAC523B) is known color: Orange Roughy. HEX triplet: AC, 52 and 3B. RGB value is (172,82,59). Sum of RGB (Red+Green+Blue) = 172+82+59=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC523B is #53ADC4. Grayscale: #6A6A6A. Windows color (decimal): -5483973 or 3887788. OLE color: 3887788.

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

Color convert

RGB 172 82 59 -
CMYK 0 0.52 0.66 0.33
HSL 12.21º 0.49% 0.45% -
HSV(B) 12.21º 0.66% 0.67% -
XYZ 20.82 15.12 5.96 -
YUV 106.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 172 82 59 0 0.52 0.66 0.33 12.21 0.49 0.45
Hex AC 52 3B 0 34 42 21 C 31 2D
Octal 254 122 73 0 64 102 41 14 61 55
Binary 10101100 1010010 111011 0 110100 1000010 100001 1100 110001 101101

Color Harmonies of #AC523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC523B

Black with #AC523B

Text Example


Text Example

White with #AC523B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC523B; }

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

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

background-color css

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

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

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

border-color css

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

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

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