Html Css Color HEX #AC963A Reef Gold

📋 copy color: '#AC963A'

red 172 ◦ green 150 ◦ blue 58

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

Shades of Reef Gold #AC963A

Tints of Reef Gold #AC963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

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

R = 45.26%
G = 39.47%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC963A (or 0xAC963A) is known color: Reef Gold. HEX triplet: AC, 96 and 3A. RGB value is (172,150,58). Sum of RGB (Red+Green+Blue) = 172+150+58=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC963A is #5369C5. Grayscale: #929292. Windows color (decimal): -5466566 or 3839660. OLE color: 3839660.

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

Color convert

RGB 172 150 58 -
CMYK 0 0.13 0.66 0.33
HSL 48.42º 0.5% 0.45% -
HSV(B) 48.42º 0.66% 0.67% -
XYZ 28.68 30.89 8.45 -
YUV 146.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 172 150 58 0 0.13 0.66 0.33 48.42 0.5 0.45
Hex AC 96 3A 0 D 42 21 30 32 2D
Octal 254 226 72 0 15 102 41 60 62 55
Binary 10101100 10010110 111010 0 1101 1000010 100001 110000 110010 101101

Color Harmonies of #AC963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC963A

Black with #AC963A

Text Example


Text Example

White with #AC963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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