Html Css Color HEX #AC481D Rich Gold

📋 copy color: '#AC481D'

red 172 ◦ green 72 ◦ blue 29

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

Shades of Rich Gold #AC481D

Tints of Rich Gold #AC481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 29 (11.72% from 255) = 10.62%

R = 63%
G = 26.37%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC481D (or 0xAC481D) is known color: Rich Gold. HEX triplet: AC, 48 and 1D. RGB value is (172,72,29). Sum of RGB (Red+Green+Blue) = 172+72+29=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC481D is #53B7E2. Grayscale: #616161. Windows color (decimal): -5486563 or 1919148. OLE color: 1919148.

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

Color convert

RGB 172 72 29 -
CMYK 0 0.58 0.83 0.33
HSL 18.04º 0.71% 0.39% -
HSV(B) 18.04º 0.83% 0.67% -
XYZ 19.55 13.49 2.74 -
YUV 97 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 172 72 29 0 0.58 0.83 0.33 18.04 0.71 0.39
Hex AC 48 1D 0 3A 53 21 12 47 27
Octal 254 110 35 0 72 123 41 22 107 47
Binary 10101100 1001000 11101 0 111010 1010011 100001 10010 1000111 100111

Color Harmonies of #AC481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC481D

Black with #AC481D

Text Example


Text Example

White with #AC481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC481D; }

 p { color: rgb(172,72,29); }

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

background-color css

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

 a { background-color: rgb(172,72,29); }

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

border-color css

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

 span { border-color: rgb(172,72,29); }

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