Html Css Color HEX #AC8F2B Reef Gold

📋 copy color: '#AC8F2B'

red 172 ◦ green 143 ◦ blue 43

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

Shades of Reef Gold #AC8F2B

Tints of Reef Gold #AC8F2B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.94%

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 48.04%
G = 39.94%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC8F2B (or 0xAC8F2B) is known color: Reef Gold. HEX triplet: AC, 8F and 2B. RGB value is (172,143,43). Sum of RGB (Red+Green+Blue) = 172+143+43=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F2B is #5370D4. Grayscale: #8C8C8C. Windows color (decimal): -5468373 or 2854828. OLE color: 2854828.

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

Color convert

RGB 172 143 43 -
CMYK 0 0.17 0.75 0.33
HSL 46.51º 0.6% 0.42% -
HSV(B) 46.51º 0.75% 0.67% -
XYZ 27.27 28.59 6.37 -
YUV 140.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 172 143 43 0 0.17 0.75 0.33 46.51 0.6 0.42
Hex AC 8F 2B 0 11 4B 21 2F 3C 2A
Octal 254 217 53 0 21 113 41 57 74 52
Binary 10101100 10001111 101011 0 10001 1001011 100001 101111 111100 101010

Color Harmonies of #AC8F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F2B

Black with #AC8F2B

Text Example


Text Example

White with #AC8F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F2B; }

 p { color: rgb(172,143,43); }

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

background-color css

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

 a { background-color: rgb(172,143,43); }

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

border-color css

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

 span { border-color: rgb(172,143,43); }

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