Html Css Color HEX #AC8728 Reef Gold

📋 copy color: '#AC8728'

red 172 ◦ green 135 ◦ blue 40

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

Shades of Reef Gold #AC8728

Tints of Reef Gold #AC8728

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 49.57%
G = 38.9%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC8728 (or 0xAC8728) is known color: Reef Gold. HEX triplet: AC, 87 and 28. RGB value is (172,135,40). Sum of RGB (Red+Green+Blue) = 172+135+40=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8728 is #5378D7. Grayscale: #878787. Windows color (decimal): -5470424 or 2656172. OLE color: 2656172.

HSL color Cylindrical-coordinate representation of color #AC8728: hue angle of 43.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC8728 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 135 40 -
CMYK 0 0.22 0.77 0.33
HSL 43.18º 0.62% 0.42% -
HSV(B) 43.18º 0.77% 0.67% -
XYZ 26.06 26.25 5.7 -
YUV 135.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 172 135 40 0 0.22 0.77 0.33 43.18 0.62 0.42
Hex AC 87 28 0 16 4D 21 2B 3E 2A
Octal 254 207 50 0 26 115 41 53 76 52
Binary 10101100 10000111 101000 0 10110 1001101 100001 101011 111110 101010

Color Harmonies of #AC8728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8728

Black with #AC8728

Text Example


Text Example

White with #AC8728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8728; }

 p { color: rgb(172,135,40); }

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

background-color css

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

 a { background-color: rgb(172,135,40); }

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

border-color css

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

 span { border-color: rgb(172,135,40); }

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