Html Css Color HEX #AC862A Reef Gold

📋 copy color: '#AC862A'

red 172 ◦ green 134 ◦ blue 42

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

Shades of Reef Gold #AC862A

Tints of Reef Gold #AC862A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.51%

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

R = 49.43%
G = 38.51%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC862A (or 0xAC862A) is known color: Reef Gold. HEX triplet: AC, 86 and 2A. RGB value is (172,134,42). Sum of RGB (Red+Green+Blue) = 172+134+42=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC862A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC862A is #5379D5. Grayscale: #878787. Windows color (decimal): -5470678 or 2786988. OLE color: 2786988.

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

Color convert

RGB 172 134 42 -
CMYK 0 0.22 0.76 0.33
HSL 42.46º 0.61% 0.42% -
HSV(B) 42.46º 0.76% 0.67% -
XYZ 25.96 25.99 5.84 -
YUV 134.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 172 134 42 0 0.22 0.76 0.33 42.46 0.61 0.42
Hex AC 86 2A 0 16 4C 21 2A 3D 2A
Octal 254 206 52 0 26 114 41 52 75 52
Binary 10101100 10000110 101010 0 10110 1001100 100001 101010 111101 101010

Color Harmonies of #AC862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC862A

Black with #AC862A

Text Example


Text Example

White with #AC862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC862A; }

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

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

background-color css

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

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

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

border-color css

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

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

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