Html Css Color HEX #AC5636 Orange Roughy

📋 copy color: '#AC5636'

red 172 ◦ green 86 ◦ blue 54

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

Shades of Orange Roughy #AC5636

Tints of Orange Roughy #AC5636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 55.13%
G = 27.56%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC5636 (or 0xAC5636) is known color: Orange Roughy. HEX triplet: AC, 56 and 36. RGB value is (172,86,54). Sum of RGB (Red+Green+Blue) = 172+86+54=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5636 is #53A9C9. Grayscale: #6C6C6C. Windows color (decimal): -5482954 or 3561132. OLE color: 3561132.

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

Color convert

RGB 172 86 54 -
CMYK 0 0.5 0.69 0.33
HSL 16.27º 0.52% 0.44% -
HSV(B) 16.27º 0.69% 0.67% -
XYZ 21.01 15.69 5.41 -
YUV 108.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 172 86 54 0 0.5 0.69 0.33 16.27 0.52 0.44
Hex AC 56 36 0 32 45 21 10 34 2C
Octal 254 126 66 0 62 105 41 20 64 54
Binary 10101100 1010110 110110 0 110010 1000101 100001 10000 110100 101100

Color Harmonies of #AC5636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5636

Black with #AC5636

Text Example


Text Example

White with #AC5636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5636; }

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

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

background-color css

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

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

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

border-color css

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

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

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