Html Css Color HEX #AC912F Reef Gold

📋 copy color: '#AC912F'

red 172 ◦ green 145 ◦ blue 47

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

Shades of Reef Gold #AC912F

Tints of Reef Gold #AC912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 47.25%
G = 39.84%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC912F (or 0xAC912F) is known color: Reef Gold. HEX triplet: AC, 91 and 2F. RGB value is (172,145,47). Sum of RGB (Red+Green+Blue) = 172+145+47=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC912F is #536ED0. Grayscale: #8E8E8E. Windows color (decimal): -5467857 or 3117484. OLE color: 3117484.

HSL color Cylindrical-coordinate representation of color #AC912F: hue angle of 47.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC912F is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 145 47 -
CMYK 0 0.16 0.73 0.33
HSL 47.04º 0.57% 0.43% -
HSV(B) 47.04º 0.73% 0.67% -
XYZ 27.65 29.23 6.87 -
YUV 141.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 172 145 47 0 0.16 0.73 0.33 47.04 0.57 0.43
Hex AC 91 2F 0 10 49 21 2F 39 2B
Octal 254 221 57 0 20 111 41 57 71 53
Binary 10101100 10010001 101111 0 10000 1001001 100001 101111 111001 101011

Color Harmonies of #AC912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC912F

Black with #AC912F

Text Example


Text Example

White with #AC912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC912F; }

 p { color: rgb(172,145,47); }

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

background-color css

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

 a { background-color: rgb(172,145,47); }

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

border-color css

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

 span { border-color: rgb(172,145,47); }

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