Html Css Color HEX #AC972F Reef Gold

📋 copy color: '#AC972F'

red 172 ◦ green 151 ◦ blue 47

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

Shades of Reef Gold #AC972F

Tints of Reef Gold #AC972F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 46.49%
G = 40.81%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC972F (or 0xAC972F) is known color: Reef Gold. HEX triplet: AC, 97 and 2F. RGB value is (172,151,47). Sum of RGB (Red+Green+Blue) = 172+151+47=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC972F is #5368D0. Grayscale: #919191. Windows color (decimal): -5466321 or 3119020. OLE color: 3119020.

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

Color convert

RGB 172 151 47 -
CMYK 0 0.12 0.73 0.33
HSL 49.92º 0.57% 0.43% -
HSV(B) 49.92º 0.73% 0.67% -
XYZ 28.59 31.11 7.19 -
YUV 145.42 72.46 146.96 -
System Red Green Blue C M Y K H S L
Decimal 172 151 47 0 0.12 0.73 0.33 49.92 0.57 0.43
Hex AC 97 2F 0 C 49 21 32 39 2B
Octal 254 227 57 0 14 111 41 62 71 53
Binary 10101100 10010111 101111 0 1100 1001001 100001 110010 111001 101011

Color Harmonies of #AC972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC972F

Black with #AC972F

Text Example


Text Example

White with #AC972F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC972F; }

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

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

background-color css

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

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

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

border-color css

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

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

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