Html Css Color HEX #AC942E Reef Gold

📋 copy color: '#AC942E'

red 172 ◦ green 148 ◦ blue 46

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

Shades of Reef Gold #AC942E

Tints of Reef Gold #AC942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

 BLUE value IS 46 (18.36% from 255) = 12.57%

R = 46.99%
G = 40.44%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC942E (or 0xAC942E) is known color: Reef Gold. HEX triplet: AC, 94 and 2E. RGB value is (172,148,46). Sum of RGB (Red+Green+Blue) = 172+148+46=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC942E is #536BD1. Grayscale: #8F8F8F. Windows color (decimal): -5467090 or 3052716. OLE color: 3052716.

HSL color Cylindrical-coordinate representation of color #AC942E: hue angle of 48.57º degrees, saturation: 0.58, 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 #AC942E is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 46 -
CMYK 0 0.14 0.73 0.33
HSL 48.57º 0.58% 0.43% -
HSV(B) 48.57º 0.73% 0.67% -
XYZ 28.1 30.15 6.92 -
YUV 143.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 172 148 46 0 0.14 0.73 0.33 48.57 0.58 0.43
Hex AC 94 2E 0 E 49 21 31 3A 2B
Octal 254 224 56 0 16 111 41 61 72 53
Binary 10101100 10010100 101110 0 1110 1001001 100001 110001 111010 101011

Color Harmonies of #AC942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC942E

Black with #AC942E

Text Example


Text Example

White with #AC942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC942E; }

 p { color: rgb(172,148,46); }

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

background-color css

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

 a { background-color: rgb(172,148,46); }

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

border-color css

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

 span { border-color: rgb(172,148,46); }

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