Html Css Color HEX #AC8C26 Reef Gold

📋 copy color: '#AC8C26'

red 172 ◦ green 140 ◦ blue 38

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

Shades of Reef Gold #AC8C26

Tints of Reef Gold #AC8C26

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40%

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 49.14%
G = 40%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC8C26 (or 0xAC8C26) is known color: Reef Gold. HEX triplet: AC, 8C and 26. RGB value is (172,140,38). Sum of RGB (Red+Green+Blue) = 172+140+38=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C26 is #5373D9. Grayscale: #8A8A8A. Windows color (decimal): -5469146 or 2526380. OLE color: 2526380.

HSL color Cylindrical-coordinate representation of color #AC8C26: hue angle of 45.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC8C26 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 140 38 -
CMYK 0 0.19 0.78 0.33
HSL 45.67º 0.64% 0.41% -
HSV(B) 45.67º 0.78% 0.67% -
XYZ 26.74 27.67 5.76 -
YUV 137.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 172 140 38 0 0.19 0.78 0.33 45.67 0.64 0.41
Hex AC 8C 26 0 13 4E 21 2E 40 29
Octal 254 214 46 0 23 116 41 56 100 51
Binary 10101100 10001100 100110 0 10011 1001110 100001 101110 1000000 101001

Color Harmonies of #AC8C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C26

Black with #AC8C26

Text Example


Text Example

White with #AC8C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C26; }

 p { color: rgb(172,140,38); }

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

background-color css

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

 a { background-color: rgb(172,140,38); }

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

border-color css

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

 span { border-color: rgb(172,140,38); }

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