Html Css Color HEX #AC8B26 Reef Gold

📋 copy color: '#AC8B26'

red 172 ◦ green 139 ◦ blue 38

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

Shades of Reef Gold #AC8B26

Tints of Reef Gold #AC8B26

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.83%

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

R = 49.28%
G = 39.83%
B = 10.89%

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

#AC8B26 (or 0xAC8B26) is known color: Reef Gold. HEX triplet: AC, 8B and 26. RGB value is (172,139,38). Sum of RGB (Red+Green+Blue) = 172+139+38=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B26 is #5374D9. Grayscale: #898989. Windows color (decimal): -5469402 or 2526124. OLE color: 2526124.

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

Color convert

RGB 172 139 38 -
CMYK 0 0.19 0.78 0.33
HSL 45.22º 0.64% 0.41% -
HSV(B) 45.22º 0.78% 0.67% -
XYZ 26.6 27.38 5.72 -
YUV 137.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 172 139 38 0 0.19 0.78 0.33 45.22 0.64 0.41
Hex AC 8B 26 0 13 4E 21 2D 40 29
Octal 254 213 46 0 23 116 41 55 100 51
Binary 10101100 10001011 100110 0 10011 1001110 100001 101101 1000000 101001

Color Harmonies of #AC8B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B26

Black with #AC8B26

Text Example


Text Example

White with #AC8B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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