Html Css Color HEX #AC842A Reef Gold

📋 copy color: '#AC842A'

red 172 ◦ green 132 ◦ blue 42

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

Shades of Reef Gold #AC842A

Tints of Reef Gold #AC842A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.15%

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 49.71%
G = 38.15%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC842A (or 0xAC842A) is known color: Reef Gold. HEX triplet: AC, 84 and 2A. RGB value is (172,132,42). Sum of RGB (Red+Green+Blue) = 172+132+42=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC842A is #537BD5. Grayscale: #868686. Windows color (decimal): -5471190 or 2786476. OLE color: 2786476.

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

Color convert

RGB 172 132 42 -
CMYK 0 0.23 0.76 0.33
HSL 41.54º 0.61% 0.42% -
HSV(B) 41.54º 0.76% 0.67% -
XYZ 25.68 25.44 5.75 -
YUV 133.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 172 132 42 0 0.23 0.76 0.33 41.54 0.61 0.42
Hex AC 84 2A 0 17 4C 21 2A 3D 2A
Octal 254 204 52 0 27 114 41 52 75 52
Binary 10101100 10000100 101010 0 10111 1001100 100001 101010 111101 101010

Color Harmonies of #AC842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC842A

Black with #AC842A

Text Example


Text Example

White with #AC842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC842A; }

 p { color: rgb(172,132,42); }

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

background-color css

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

 a { background-color: rgb(172,132,42); }

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

border-color css

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

 span { border-color: rgb(172,132,42); }

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