Html Css Color HEX #AC973A Reef Gold

📋 copy color: '#AC973A'

red 172 ◦ green 151 ◦ blue 58

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

Shades of Reef Gold #AC973A

Tints of Reef Gold #AC973A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

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

R = 45.14%
G = 39.63%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC973A (or 0xAC973A) is known color: Reef Gold. HEX triplet: AC, 97 and 3A. RGB value is (172,151,58). Sum of RGB (Red+Green+Blue) = 172+151+58=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC973A is #5368C5. Grayscale: #939393. Windows color (decimal): -5466310 or 3839916. OLE color: 3839916.

HSL color Cylindrical-coordinate representation of color #AC973A: hue angle of 48.95º 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 #AC973A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 58 -
CMYK 0 0.12 0.66 0.33
HSL 48.95º 0.5% 0.45% -
HSV(B) 48.95º 0.66% 0.67% -
XYZ 28.84 31.21 8.51 -
YUV 146.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 172 151 58 0 0.12 0.66 0.33 48.95 0.5 0.45
Hex AC 97 3A 0 C 42 21 31 32 2D
Octal 254 227 72 0 14 102 41 61 62 55
Binary 10101100 10010111 111010 0 1100 1000010 100001 110001 110010 101101

Color Harmonies of #AC973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC973A

Black with #AC973A

Text Example


Text Example

White with #AC973A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC973A; }

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

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

background-color css

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

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

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

border-color css

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

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

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