Html Css Color HEX #AC9130 Reef Gold

📋 copy color: '#AC9130'

red 172 ◦ green 145 ◦ blue 48

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

Shades of Reef Gold #AC9130

Tints of Reef Gold #AC9130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 47.12%
G = 39.73%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC9130 (or 0xAC9130) is known color: Reef Gold. HEX triplet: AC, 91 and 30. RGB value is (172,145,48). Sum of RGB (Red+Green+Blue) = 172+145+48=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9130 is #536ECF. Grayscale: #8E8E8E. Windows color (decimal): -5467856 or 3183020. OLE color: 3183020.

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

Color convert

RGB 172 145 48 -
CMYK 0 0.16 0.72 0.33
HSL 46.94º 0.56% 0.43% -
HSV(B) 46.94º 0.72% 0.67% -
XYZ 27.67 29.23 6.98 -
YUV 142.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 172 145 48 0 0.16 0.72 0.33 46.94 0.56 0.43
Hex AC 91 30 0 10 48 21 2F 38 2B
Octal 254 221 60 0 20 110 41 57 70 53
Binary 10101100 10010001 110000 0 10000 1001000 100001 101111 111000 101011

Color Harmonies of #AC9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9130

Black with #AC9130

Text Example


Text Example

White with #AC9130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9130; }

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

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

background-color css

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

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

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

border-color css

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

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

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