Html Css Color HEX #AC912B Reef Gold

📋 copy color: '#AC912B'

red 172 ◦ green 145 ◦ blue 43

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

Shades of Reef Gold #AC912B

Tints of Reef Gold #AC912B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 47.78%
G = 40.28%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC912B (or 0xAC912B) is known color: Reef Gold. HEX triplet: AC, 91 and 2B. RGB value is (172,145,43). Sum of RGB (Red+Green+Blue) = 172+145+43=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC912B is #536ED4. Grayscale: #8D8D8D. Windows color (decimal): -5467861 or 2855340. OLE color: 2855340.

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

Color convert

RGB 172 145 43 -
CMYK 0 0.16 0.75 0.33
HSL 47.44º 0.6% 0.42% -
HSV(B) 47.44º 0.75% 0.67% -
XYZ 27.57 29.2 6.47 -
YUV 141.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 172 145 43 0 0.16 0.75 0.33 47.44 0.6 0.42
Hex AC 91 2B 0 10 4B 21 2F 3C 2A
Octal 254 221 53 0 20 113 41 57 74 52
Binary 10101100 10010001 101011 0 10000 1001011 100001 101111 111100 101010

Color Harmonies of #AC912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC912B

Black with #AC912B

Text Example


Text Example

White with #AC912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC912B; }

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

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

background-color css

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

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

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

border-color css

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

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

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