Html Css Color HEX #AC513A Orange Roughy

📋 copy color: '#AC513A'

red 172 ◦ green 81 ◦ blue 58

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

Shades of Orange Roughy #AC513A

Tints of Orange Roughy #AC513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 55.31%
G = 26.05%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC513A (or 0xAC513A) is known color: Orange Roughy. HEX triplet: AC, 51 and 3A. RGB value is (172,81,58). Sum of RGB (Red+Green+Blue) = 172+81+58=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC513A is #53AEC5. Grayscale: #696969. Windows color (decimal): -5484230 or 3821996. OLE color: 3821996.

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

Color convert

RGB 172 81 58 -
CMYK 0 0.53 0.66 0.33
HSL 12.11º 0.5% 0.45% -
HSV(B) 12.11º 0.66% 0.67% -
XYZ 20.72 14.96 5.8 -
YUV 105.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 172 81 58 0 0.53 0.66 0.33 12.11 0.5 0.45
Hex AC 51 3A 0 35 42 21 C 32 2D
Octal 254 121 72 0 65 102 41 14 62 55
Binary 10101100 1010001 111010 0 110101 1000010 100001 1100 110010 101101

Color Harmonies of #AC513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC513A

Black with #AC513A

Text Example


Text Example

White with #AC513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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