Html Css Color HEX #AC933A Reef Gold

📋 copy color: '#AC933A'

red 172 ◦ green 147 ◦ blue 58

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

Shades of Reef Gold #AC933A

Tints of Reef Gold #AC933A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.99%

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

R = 45.62%
G = 38.99%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC933A (or 0xAC933A) is known color: Reef Gold. HEX triplet: AC, 93 and 3A. RGB value is (172,147,58). Sum of RGB (Red+Green+Blue) = 172+147+58=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC933A is #536CC5. Grayscale: #909090. Windows color (decimal): -5467334 or 3838892. OLE color: 3838892.

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

Color convert

RGB 172 147 58 -
CMYK 0 0.15 0.66 0.33
HSL 46.84º 0.5% 0.45% -
HSV(B) 46.84º 0.66% 0.67% -
XYZ 28.21 29.94 8.3 -
YUV 144.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 172 147 58 0 0.15 0.66 0.33 46.84 0.5 0.45
Hex AC 93 3A 0 F 42 21 2F 32 2D
Octal 254 223 72 0 17 102 41 57 62 55
Binary 10101100 10010011 111010 0 1111 1000010 100001 101111 110010 101101

Color Harmonies of #AC933A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC933A

Black with #AC933A

Text Example


Text Example

White with #AC933A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC933A; }

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

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

background-color css

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

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

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

border-color css

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

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

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