Html Css Color HEX #AC5639 Orange Roughy

📋 copy color: '#AC5639'

red 172 ◦ green 86 ◦ blue 57

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

Shades of Orange Roughy #AC5639

Tints of Orange Roughy #AC5639

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 57 (22.66% from 255) = 18.1%

R = 54.6%
G = 27.3%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC5639 (or 0xAC5639) is known color: Orange Roughy. HEX triplet: AC, 56 and 39. RGB value is (172,86,57). Sum of RGB (Red+Green+Blue) = 172+86+57=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5639 is #53A9C6. Grayscale: #6C6C6C. Windows color (decimal): -5482951 or 3757740. OLE color: 3757740.

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

Color convert

RGB 172 86 57 -
CMYK 0 0.5 0.67 0.33
HSL 15.13º 0.5% 0.45% -
HSV(B) 15.13º 0.67% 0.67% -
XYZ 21.08 15.72 5.79 -
YUV 108.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 172 86 57 0 0.5 0.67 0.33 15.13 0.5 0.45
Hex AC 56 39 0 32 43 21 F 32 2D
Octal 254 126 71 0 62 103 41 17 62 55
Binary 10101100 1010110 111001 0 110010 1000011 100001 1111 110010 101101

Color Harmonies of #AC5639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5639

Black with #AC5639

Text Example


Text Example

White with #AC5639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5639; }

 p { color: rgb(172,86,57); }

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

background-color css

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

 a { background-color: rgb(172,86,57); }

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

border-color css

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

 span { border-color: rgb(172,86,57); }

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