Html Css Color HEX #AC553A Orange Roughy

📋 copy color: '#AC553A'

red 172 ◦ green 85 ◦ blue 58

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

Shades of Orange Roughy #AC553A

Tints of Orange Roughy #AC553A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 54.6%
G = 26.98%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC553A (or 0xAC553A) is known color: Orange Roughy. HEX triplet: AC, 55 and 3A. RGB value is (172,85,58). Sum of RGB (Red+Green+Blue) = 172+85+58=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC553A is #53AAC5. Grayscale: #6C6C6C. Windows color (decimal): -5483206 or 3823020. OLE color: 3823020.

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

Color convert

RGB 172 85 58 -
CMYK 0 0.51 0.66 0.33
HSL 14.21º 0.5% 0.45% -
HSV(B) 14.21º 0.66% 0.67% -
XYZ 21.03 15.57 5.9 -
YUV 107.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 172 85 58 0 0.51 0.66 0.33 14.21 0.5 0.45
Hex AC 55 3A 0 33 42 21 E 32 2D
Octal 254 125 72 0 63 102 41 16 62 55
Binary 10101100 1010101 111010 0 110011 1000010 100001 1110 110010 101101

Color Harmonies of #AC553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC553A

Black with #AC553A

Text Example


Text Example

White with #AC553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC553A; }

 p { color: rgb(172,85,58); }

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

background-color css

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

 a { background-color: rgb(172,85,58); }

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

border-color css

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

 span { border-color: rgb(172,85,58); }

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