Html Css Color HEX #AC5438 Orange Roughy

📋 copy color: '#AC5438'

red 172 ◦ green 84 ◦ blue 56

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

Shades of Orange Roughy #AC5438

Tints of Orange Roughy #AC5438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 55.13%
G = 26.92%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC5438 (or 0xAC5438) is known color: Orange Roughy. HEX triplet: AC, 54 and 38. RGB value is (172,84,56). Sum of RGB (Red+Green+Blue) = 172+84+56=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5438 is #53ABC7. Grayscale: #6B6B6B. Windows color (decimal): -5483464 or 3691692. OLE color: 3691692.

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

Color convert

RGB 172 84 56 -
CMYK 0 0.51 0.67 0.33
HSL 14.48º 0.51% 0.45% -
HSV(B) 14.48º 0.67% 0.67% -
XYZ 20.9 15.4 5.61 -
YUV 107.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 172 84 56 0 0.51 0.67 0.33 14.48 0.51 0.45
Hex AC 54 38 0 33 43 21 E 33 2D
Octal 254 124 70 0 63 103 41 16 63 55
Binary 10101100 1010100 111000 0 110011 1000011 100001 1110 110011 101101

Color Harmonies of #AC5438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5438

Black with #AC5438

Text Example


Text Example

White with #AC5438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5438; }

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

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

background-color css

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

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

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

border-color css

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

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

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