Html Css Color HEX #AC8D28 Reef Gold

📋 copy color: '#AC8D28'

red 172 ◦ green 141 ◦ blue 40

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

Shades of Reef Gold #AC8D28

Tints of Reef Gold #AC8D28

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.94%

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 48.73%
G = 39.94%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC8D28 (or 0xAC8D28) is known color: Reef Gold. HEX triplet: AC, 8D and 28. RGB value is (172,141,40). Sum of RGB (Red+Green+Blue) = 172+141+40=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D28 is #5372D7. Grayscale: #8B8B8B. Windows color (decimal): -5468888 or 2657708. OLE color: 2657708.

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

Color convert

RGB 172 141 40 -
CMYK 0 0.18 0.77 0.33
HSL 45.91º 0.62% 0.42% -
HSV(B) 45.91º 0.77% 0.67% -
XYZ 26.92 27.97 5.99 -
YUV 138.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 172 141 40 0 0.18 0.77 0.33 45.91 0.62 0.42
Hex AC 8D 28 0 12 4D 21 2E 3E 2A
Octal 254 215 50 0 22 115 41 56 76 52
Binary 10101100 10001101 101000 0 10010 1001101 100001 101110 111110 101010

Color Harmonies of #AC8D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D28

Black with #AC8D28

Text Example


Text Example

White with #AC8D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D28; }

 p { color: rgb(172,141,40); }

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

background-color css

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

 a { background-color: rgb(172,141,40); }

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

border-color css

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

 span { border-color: rgb(172,141,40); }

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