Html Css Color HEX #AC8B2B Reef Gold

📋 copy color: '#AC8B2B'

red 172 ◦ green 139 ◦ blue 43

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

Shades of Reef Gold #AC8B2B

Tints of Reef Gold #AC8B2B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

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

R = 48.59%
G = 39.27%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC8B2B (or 0xAC8B2B) is known color: Reef Gold. HEX triplet: AC, 8B and 2B. RGB value is (172,139,43). Sum of RGB (Red+Green+Blue) = 172+139+43=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B2B is #5374D4. Grayscale: #8A8A8A. Windows color (decimal): -5469397 or 2853804. OLE color: 2853804.

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

Color convert

RGB 172 139 43 -
CMYK 0 0.19 0.75 0.33
HSL 44.65º 0.6% 0.42% -
HSV(B) 44.65º 0.75% 0.67% -
XYZ 26.68 27.41 6.17 -
YUV 137.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 172 139 43 0 0.19 0.75 0.33 44.65 0.6 0.42
Hex AC 8B 2B 0 13 4B 21 2D 3C 2A
Octal 254 213 53 0 23 113 41 55 74 52
Binary 10101100 10001011 101011 0 10011 1001011 100001 101101 111100 101010

Color Harmonies of #AC8B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B2B

Black with #AC8B2B

Text Example


Text Example

White with #AC8B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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