Html Css Color HEX #AC942D Reef Gold

📋 copy color: '#AC942D'

red 172 ◦ green 148 ◦ blue 45

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

Shades of Reef Gold #AC942D

Tints of Reef Gold #AC942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 47.12%
G = 40.55%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC942D (or 0xAC942D) is known color: Reef Gold. HEX triplet: AC, 94 and 2D. RGB value is (172,148,45). Sum of RGB (Red+Green+Blue) = 172+148+45=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC942D is #536BD2. Grayscale: #8F8F8F. Windows color (decimal): -5467091 or 2987180. OLE color: 2987180.

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

Color convert

RGB 172 148 45 -
CMYK 0 0.14 0.74 0.33
HSL 48.66º 0.59% 0.43% -
HSV(B) 48.66º 0.74% 0.67% -
XYZ 28.08 30.14 6.82 -
YUV 143.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 172 148 45 0 0.14 0.74 0.33 48.66 0.59 0.43
Hex AC 94 2D 0 E 4A 21 31 3B 2B
Octal 254 224 55 0 16 112 41 61 73 53
Binary 10101100 10010100 101101 0 1110 1001010 100001 110001 111011 101011

Color Harmonies of #AC942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC942D

Black with #AC942D

Text Example


Text Example

White with #AC942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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