Html Css Color HEX #AC9138 Reef Gold

📋 copy color: '#AC9138'

red 172 ◦ green 145 ◦ blue 56

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

Shades of Reef Gold #AC9138

Tints of Reef Gold #AC9138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.87%

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 46.11%
G = 38.87%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC9138 (or 0xAC9138) is known color: Reef Gold. HEX triplet: AC, 91 and 38. RGB value is (172,145,56). Sum of RGB (Red+Green+Blue) = 172+145+56=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9138 is #536EC7. Grayscale: #8F8F8F. Windows color (decimal): -5467848 or 3707308. OLE color: 3707308.

HSL color Cylindrical-coordinate representation of color #AC9138: hue angle of 46.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC9138 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 145 56 -
CMYK 0 0.16 0.67 0.33
HSL 46.03º 0.51% 0.45% -
HSV(B) 46.03º 0.67% 0.67% -
XYZ 27.85 29.31 7.93 -
YUV 142.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 172 145 56 0 0.16 0.67 0.33 46.03 0.51 0.45
Hex AC 91 38 0 10 43 21 2E 33 2D
Octal 254 221 70 0 20 103 41 56 63 55
Binary 10101100 10010001 111000 0 10000 1000011 100001 101110 110011 101101

Color Harmonies of #AC9138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9138

Black with #AC9138

Text Example


Text Example

White with #AC9138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9138; }

 p { color: rgb(172,145,56); }

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

background-color css

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

 a { background-color: rgb(172,145,56); }

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

border-color css

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

 span { border-color: rgb(172,145,56); }

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