Html Css Color HEX #AC8A30 Reef Gold

📋 copy color: '#AC8A30'

red 172 ◦ green 138 ◦ blue 48

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

Shades of Reef Gold #AC8A30

Tints of Reef Gold #AC8A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

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

R = 48.04%
G = 38.55%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC8A30 (or 0xAC8A30) is known color: Reef Gold. HEX triplet: AC, 8A and 30. RGB value is (172,138,48). Sum of RGB (Red+Green+Blue) = 172+138+48=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A30 is #5375CF. Grayscale: #8A8A8A. Windows color (decimal): -5469648 or 3181228. OLE color: 3181228.

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

Color convert

RGB 172 138 48 -
CMYK 0 0.20 0.72 0.33
HSL 43.55º 0.56% 0.43% -
HSV(B) 43.55º 0.72% 0.67% -
XYZ 26.64 27.16 6.64 -
YUV 137.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 172 138 48 0 0.20 0.72 0.33 43.55 0.56 0.43
Hex AC 8A 30 0 14 48 21 2C 38 2B
Octal 254 212 60 0 24 110 41 54 70 53
Binary 10101100 10001010 110000 0 10100 1001000 100001 101100 111000 101011

Color Harmonies of #AC8A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A30

Black with #AC8A30

Text Example


Text Example

White with #AC8A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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