Html Css Color HEX #AC943A Reef Gold

📋 copy color: '#AC943A'

red 172 ◦ green 148 ◦ blue 58

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

Shades of Reef Gold #AC943A

Tints of Reef Gold #AC943A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.34%

R = 45.5%
G = 39.15%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC943A (or 0xAC943A) is known color: Reef Gold. HEX triplet: AC, 94 and 3A. RGB value is (172,148,58). Sum of RGB (Red+Green+Blue) = 172+148+58=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC943A is #536BC5. Grayscale: #919191. Windows color (decimal): -5467078 or 3839148. OLE color: 3839148.

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

Color convert

RGB 172 148 58 -
CMYK 0 0.14 0.66 0.33
HSL 47.37º 0.5% 0.45% -
HSV(B) 47.37º 0.66% 0.67% -
XYZ 28.37 30.26 8.35 -
YUV 144.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 172 148 58 0 0.14 0.66 0.33 47.37 0.5 0.45
Hex AC 94 3A 0 E 42 21 2F 32 2D
Octal 254 224 72 0 16 102 41 57 62 55
Binary 10101100 10010100 111010 0 1110 1000010 100001 101111 110010 101101

Color Harmonies of #AC943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC943A

Black with #AC943A

Text Example


Text Example

White with #AC943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC943A; }

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

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

background-color css

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

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

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

border-color css

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

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

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