Html Css Color HEX #AC8A26 Reef Gold

📋 copy color: '#AC8A26'

red 172 ◦ green 138 ◦ blue 38

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

Shades of Reef Gold #AC8A26

Tints of Reef Gold #AC8A26

RGB

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

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

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

R = 49.43%
G = 39.66%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC8A26 (or 0xAC8A26) is known color: Reef Gold. HEX triplet: AC, 8A and 26. RGB value is (172,138,38). Sum of RGB (Red+Green+Blue) = 172+138+38=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A26 is #5375D9. Grayscale: #898989. Windows color (decimal): -5469658 or 2525868. OLE color: 2525868.

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

Color convert

RGB 172 138 38 -
CMYK 0 0.20 0.78 0.33
HSL 44.78º 0.64% 0.41% -
HSV(B) 44.78º 0.78% 0.67% -
XYZ 26.45 27.09 5.67 -
YUV 136.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 172 138 38 0 0.20 0.78 0.33 44.78 0.64 0.41
Hex AC 8A 26 0 14 4E 21 2D 40 29
Octal 254 212 46 0 24 116 41 55 100 51
Binary 10101100 10001010 100110 0 10100 1001110 100001 101101 1000000 101001

Color Harmonies of #AC8A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A26

Black with #AC8A26

Text Example


Text Example

White with #AC8A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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